mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
some change
This commit is contained in:
@@ -48,17 +48,16 @@ void asyncUdpInit() {
|
||||
});
|
||||
}
|
||||
|
||||
//ts.add(
|
||||
// UDP, 10000, [&](void*) {
|
||||
//
|
||||
// //Serial.println("sended");
|
||||
//
|
||||
// //asyncUdp.broadcastTo("Anyone here?", 5351);
|
||||
// //asyncUdp.broadcast("test");
|
||||
// //asyncUdp.print("Hello Server!");
|
||||
//
|
||||
// },
|
||||
// nullptr, true);
|
||||
ts.add(
|
||||
UDP, 10000, [&](void*) {
|
||||
|
||||
Serial.println("sended");
|
||||
asyncUdp.broadcastTo("Anyone here?", 64130);
|
||||
//asyncUdp.broadcast("test");
|
||||
//asyncUdp.print("Hello Server!");
|
||||
|
||||
},
|
||||
nullptr, true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user