deskcontrol/include/config.h
Jens True b5498b7173
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Touchups
2019-11-29 10:53:44 +01:00

15 lines
280 B
C

#ifndef CONFIG_H
#define CONFIG_H
#ifndef VERSION
//SEMVER style version
#define VERSION "0.4.5-Dev"
#endif
#define CONFIG_SERIAL_BAUDRATE 115200
#define CONFIG_IO_RELAY D1
#define CONFIG_IO_DHT11 D2
#define CONFIG_TEMPERATURE_SEND_INTERVAL 60
#endif