небольшие изменения

This commit is contained in:
Dmitry Borisenko
2022-02-23 17:54:18 +01:00
parent c565767260
commit 1dfab33e4c
4 changed files with 8 additions and 3 deletions

View File

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