Fix compile error (#5544)

Fix compile error (#5544)
This commit is contained in:
Theo Arends 2019-03-30 10:02:22 +01:00
parent b8dfc6b1b5
commit d9bd959119
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@
#define LONGITUDE 2.294442 // [Longitude] Your location to be used with sunrise and sunset
#endif
#ifndef WORKING_PERIOD
#define WORKING_PERIOD 5 // Working period of the SDS Sensor, Takes a reading every X Minutes
#endif
/*********************************************************************************************\
* RTC memory
\*********************************************************************************************/