mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
enforce TLL255 on ESP8266 (#20616)
This commit is contained in:
parent
083ddad683
commit
717873eac7
@ -78,7 +78,7 @@ void ESPKNXIP::send(address_t const &receiver, knx_command_type_t ct, uint8_t da
|
||||
#endif
|
||||
|
||||
#ifdef ESP8266
|
||||
udp.beginPacketMulticast(MULTICAST_IP, MULTICAST_PORT, WiFi.localIP());
|
||||
udp.beginPacketMulticast(MULTICAST_IP, MULTICAST_PORT, WiFi.localIP(), 255);
|
||||
#else
|
||||
if (0 == udp.beginMulticastPacket()) {
|
||||
udp.beginMulticast(MULTICAST_IP, MULTICAST_PORT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user