Touchups
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2019-11-29 10:53:44 +01:00
parent 0287456f1e
commit b5498b7173
4 changed files with 13 additions and 5 deletions

View File

@ -1,8 +1,9 @@
#ifndef CONFIG_H
#define CONFIG_H
#ifndef CONFIG_VERSION
#define CONFIG_VERSION "v0.4.4-Dev"
#ifndef VERSION
//SEMVER style version
#define VERSION "0.4.5-Dev"
#endif
#define CONFIG_SERIAL_BAUDRATE 115200