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

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