define for config values

This commit is contained in:
Stefan Ostermann 2021-05-14 15:02:36 +02:00
parent 2623b3c97c
commit b6e43131a6
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
#define WATCHDOG_SLEEP_FURTHER 8
// define wether to use a DHT-Sensor or not
#define USE_DHT_SENSOR true;
#define USE_DHT_SENSOR true
#endif