OTA utils upd for data & ESP, compilation fix ESP

This commit is contained in:
2021-06-13 14:01:43 +03:00
parent 50cec6abf7
commit 3ac5480735
16 changed files with 26 additions and 20 deletions

View File

@@ -108,7 +108,7 @@ bool out_UARTbridge::getConfig()
aJsonObject * debugPortObj=aJson.getObjectItem(item->itemArg, "port");
if (debugIPObj)
inet_aton(debugIPObj->valuestring, targetIP);
_inet_aton(debugIPObj->valuestring, targetIP);
if (debugPortObj) targetPort = debugPortObj->valueint;