Устраняем пересечение с системным классом UDP

This commit is contained in:
2022-03-30 14:07:40 +03:00
parent 8ae2983ba7
commit 2a8eb84836
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ void asyncUdpInit() {
//будем отправлять каждые 30 секунд презентацию данного устройства
ts.add(
UDP, 60000, [&](void*) {
UDPP, 60000, [&](void*) {
if (isNetworkActive()) {
SerialPrint("i", F("UDP"), F("Broadcast device presentation"));
asyncUdp.broadcastTo(getThisDevice().c_str(), 4210);