deskcontrol/include/config.h
True b8e68bed7c
All checks were successful
continuous-integration/drone/push Build is passing
Streamlining configuration. Added static code analysis.
2019-11-28 09:50:54 +01:00

11 lines
197 B
C

#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