Merge branch 'master' of https://github.com/0110/PlantCtrl
# Conflicts: # esp32/src/main.cpp
This commit is contained in:
@@ -992,6 +992,7 @@ void plantcontrol()
|
||||
|
||||
/** @}*/
|
||||
|
||||
#ifdef TIMED_LIGHT_PIN
|
||||
bool determineTimedLightState(bool lowLight)
|
||||
{
|
||||
bool onlyAllowedWhenDark = timedLightOnlyWhenDark.get();
|
||||
@@ -1036,6 +1037,8 @@ bool determineTimedLightState(bool lowLight)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void log(int level, String message, int statusCode)
|
||||
{
|
||||
String buffer;
|
||||
|
||||
Reference in New Issue
Block a user