Added Author string

This commit is contained in:
3d-gussner 2017-05-04 07:06:27 +02:00
parent 936aa74d46
commit f5900ba487
1 changed files with 1 additions and 1 deletions

View File

@ -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.