mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Fix DGR conditional
This commit is contained in:
parent
edd330272b
commit
8d2c0b1716
@ -591,9 +591,9 @@ void WifiCheck(uint8_t param)
|
||||
#ifdef USE_EMULATION
|
||||
UdpDisconnect();
|
||||
#endif // USE_EMULATION
|
||||
#ifdef USE_DEVICE_GROUPS_SSDP
|
||||
#ifdef USE_DEVICE_GROUPS
|
||||
DeviceGroupsStop();
|
||||
#endif // USE_DEVICE_GROUPS_SSDP
|
||||
#endif // USE_DEVICE_GROUPS
|
||||
Wifi.mdns_begun = 0;
|
||||
#ifdef USE_KNX
|
||||
knx_started = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user