mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
pre-release bin & small fixes
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user