mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 13:19:50 +03:00
OTA utils upd for data & ESP, compilation fix ESP
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user