Fix DGR conditional

This commit is contained in:
Paul C Diem 2020-04-24 10:28:32 -05:00
parent edd330272b
commit 8d2c0b1716
1 changed files with 2 additions and 2 deletions

View File

@ -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;