From b6e43131a60d90bb04fb9f14330a8cd071d856dd Mon Sep 17 00:00:00 2001 From: Stefan Ostermann Date: Fri, 14 May 2021 15:02:36 +0200 Subject: [PATCH] define for config values --- sensor433/src/config.h.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensor433/src/config.h.example b/sensor433/src/config.h.example index 7746180..dd38c4c 100644 --- a/sensor433/src/config.h.example +++ b/sensor433/src/config.h.example @@ -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 \ No newline at end of file