Streamlining configuration. Added static code analysis.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
True
2019-11-28 09:50:54 +01:00
parent 8387a0610b
commit b8e68bed7c
6 changed files with 41 additions and 21 deletions

11
include/config.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef CONFIG_H
#define CONFIG_H
#define CONFIG_SERIAL_BAUDRATE 115200
#define CONFIG_IO_RELAY D1
#define CONFIG_IO_DHT11 D2
#define CONFIG_TEMPERATURE_SEND_INTERVAL 60
#endif