pre-release bin & small fixes

This commit is contained in:
2023-10-31 15:20:54 +03:00
parent e9355ef142
commit 7251e229b6
30 changed files with 52414 additions and 52698 deletions

View File

@@ -2229,7 +2229,7 @@ while ((digitalRead(CONFIG_CLEAN_PIN)==LOW) && !needClean)
cmdFunctionClearEEPROM(0, NULL);
//sysConf.clear();
}
else debugSerialPort << F("EEPROM signature ok")<<endl;
else debugSerial << F("EEPROM signature ok")<<endl;
// scan_i2c_bus();
serialDebugLevel=sysConf.getSerialDebuglevel();

View File

@@ -53,9 +53,9 @@ char * getReadableNote(aJsonObject * owObj)
{
if (owObj->child->type==aJson_String && owObj->child->valuestring) return owObj->child->valuestring;
if (owObj->child->child && owObj->child->child->type==aJson_String && owObj->child->child->valuestring) return owObj->child->child->valuestring;
return NULL;
}
return NULL;
}
void processTemp(aJsonObject * owObj, float currentTemp) {
if (!owObj || !owArr) return;