Streamlining configuration. Added static code analysis.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
11
include/config.h
Normal file
11
include/config.h
Normal 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
|
Reference in New Issue
Block a user