From f5900ba48701bf68eaca6352fad6f00b39b0d0e1 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 4 May 2017 07:06:27 +0200 Subject: [PATCH] Added Author string --- Firmware/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index c035f55e3..95f4295c6 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -69,7 +69,7 @@ //#define STRING_VERSION "1.0.2" #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time -#define STRING_CONFIG_H_AUTHOR "(3D-gussner, Test version)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "3D-gussner, Test" // Who made the changes. // SERIAL_PORT selects which serial port should be used for communication with the host. // This allows the connection of wireless adapters (for instance) to non-default port pins.