исправил баг данных в вебе

This commit is contained in:
Dmitry Borisenko
2022-02-14 14:54:37 +01:00
parent 2ecfe839f8
commit fbec3827e2
7 changed files with 11 additions and 9 deletions

View File

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