версия 404, много исправлений

This commit is contained in:
Dmitry Borisenko
2022-02-16 00:53:52 +01:00
parent 218a0408a5
commit 5110c609c3
21 changed files with 101 additions and 75 deletions

View File

@@ -12,6 +12,7 @@ const String getThisDevice() {
void addThisDeviceToList() {
devListHeapJson = getThisDevice();
SerialPrint("i", "List", "Add this dev to list");
}
#ifdef UDP_ENABLED
@@ -61,7 +62,7 @@ void asyncUdpInit() {
},
nullptr, true);
SerialPrint("I", F("UDP"), F("Udp Init"));
SerialPrint("i", F("UDP"), F("Udp Init"));
}
bool udpPacketValidation(String& data) {