mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
добавил два главных буфера, передаю эстафету Илье!!!
This commit is contained in:
@@ -38,7 +38,7 @@ void asyncUdpInit() {
|
||||
String data = uint8tToString(packet.data(), packet.length());
|
||||
// Serial.println(data);
|
||||
if (udpPacketValidation(data)) {
|
||||
SerialPrint("i", F("UDP"), "Udp packet received, IP: " + packet.remoteIP().toString() + ":" + String(packet.remotePort()));
|
||||
SerialPrint("i", F("UDP"), "IP: " + packet.remoteIP().toString() + ":" + String(packet.remotePort()));
|
||||
// Serial.println(data);
|
||||
jsonMergeArrays(devListHeapJson, data);
|
||||
// Serial.println(devListHeapJson);
|
||||
|
||||
Reference in New Issue
Block a user