mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
add WDT 10s, fix 8266, tiny
This commit is contained in:
@@ -38,7 +38,7 @@ AsyncUDP asyncUdp;
|
||||
|
||||
void udpListningInit() {
|
||||
#if defined(LIBRETINY)
|
||||
if (asyncUdp.listenMulticast(IPAddress(239, 255, 255, 255), 4210/* , WiFi.localIP() */)) {
|
||||
if (asyncUdp.listenMulticast(IPAddress(239, 255, 255, 255), 4210 , WiFi.localIP() )) {
|
||||
#else
|
||||
if (asyncUdp.listenMulticast(IPAddress(239, 255, 255, 255), 4210)) {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user