From 6f55c497b2ef48ba8fd7e3cf46c1c8b9ac3f8445 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 7 Oct 2019 19:15:38 +0200 Subject: [PATCH] Move SLEEP_TIME to secconfig.h --- Firmware/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Firmware/src/main.cpp b/Firmware/src/main.cpp index 7cbc867..c9da2c5 100644 --- a/Firmware/src/main.cpp +++ b/Firmware/src/main.cpp @@ -56,13 +56,11 @@ #ifdef HAS_BME280 #include BME280 sensor; - #define SLEEP_TIME 528 #endif #ifdef HAS_SHT21 #include SHT21 sensor; - #define SLEEP_TIME 544 #endif // Global Variable used for deep sleep