Fix build errors

This commit is contained in:
Magnus Persson
2022-10-17 20:27:22 +02:00
parent 6262cec27d
commit e82cd2aeae
2 changed files with 1 additions and 37 deletions

View File

@ -42,7 +42,7 @@ BatteryVoltage myBatteryVoltage;
#ifdef DEACTIVATE_SLEEPMODE
const int interval = 1000; // ms, time to wait between changes to output
#else
int interval = 200; // ms, time to wait between changes to output
int interval = 200; // ms, time to wait between changes to output
#endif
bool sleepModeAlwaysSkip =
false; // Flag set in web interface to override normal behaviour