# Conflicts:
#	esp32/src/main.cpp
This commit is contained in:
Your Name
2021-10-01 23:51:29 +02:00
3 changed files with 6 additions and 4 deletions

View File

@@ -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;