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
|
#ifdef HAS_BME280
|
||||||
#include <BME280.h>
|
#include <BME280.h>
|
||||||
BME280 sensor;
|
BME280 sensor;
|
||||||
#define SLEEP_TIME 528
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAS_SHT21
|
#ifdef HAS_SHT21
|
||||||
#include <SHT21.h>
|
#include <SHT21.h>
|
||||||
SHT21 sensor;
|
SHT21 sensor;
|
||||||
#define SLEEP_TIME 544
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Global Variable used for deep sleep
|
// Global Variable used for deep sleep
|
||||||
|
|
Loading…
Reference in a new issue