]> git.0d.be Git - PanikSwitch.git/commitdiff
update UDP messages target IP
authorFrédéric Péters <fpeters@0d.be>
Mon, 8 Aug 2022 09:21:21 +0000 (11:21 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 8 Aug 2022 09:21:21 +0000 (11:21 +0200)
PanikSwitch.ino

index 8c92cb12c18d822d1fdb29b52691c53617084704..2fa0118abfc209b730b10ee6ba11fed74e47314a 100644 (file)
@@ -118,7 +118,7 @@ WebServer webserver(PREFIX, 80);
 #ifdef ENABLE_UDP
 // and EthernetUDP instance to send notifications
 EthernetUDP Udp;
-IPAddress udp_remote_ip(192, 168, 17, 224);
+IPAddress udp_remote_ip(192, 168, 17, 246);
 #endif