CleanUp, GROUP fixes&optimization, binaries

This commit is contained in:
2021-04-13 00:34:34 +03:00
parent 0eb2924816
commit c43238c714
20 changed files with 29735 additions and 29834 deletions

View File

@@ -1150,7 +1150,6 @@ void printConfigSummary() {
void cmdFunctionLoad(int arg_cnt, char **args) {
loadConfigFromEEPROM();
// restoreState();
}
@@ -1181,7 +1180,6 @@ int loadConfigFromEEPROM()
void cmdFunctionReq(int arg_cnt, char **args) {
mqttConfigRequest(arg_cnt, args);
// restoreState();
}
@@ -2097,7 +2095,7 @@ configLocked--;
}//if
}
////// Legacy Thermostat code below - to be moved in module /////
void thermoRelay(int pin, bool on)
{
int thermoPin = abs(pin);