Move SLEEP_TIME to secconfig.h
This commit is contained in:
parent
ef817eabf5
commit
6f55c497b2
1 changed files with 0 additions and 2 deletions
|
@ -56,13 +56,11 @@
|
|||
#ifdef HAS_BME280
|
||||
#include <BME280.h>
|
||||
BME280 sensor;
|
||||
#define SLEEP_TIME 528
|
||||
#endif
|
||||
|
||||
#ifdef HAS_SHT21
|
||||
#include <SHT21.h>
|
||||
SHT21 sensor;
|
||||
#define SLEEP_TIME 544
|
||||
#endif
|
||||
|
||||
// Global Variable used for deep sleep
|
||||
|
|
Loading…
Reference in a new issue