mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Add #if HASP_USE_MDNS check
This commit is contained in:
parent
15aba77c45
commit
ce4df6d810
@ -48,7 +48,9 @@ void networkStop(void)
|
||||
#if HASP_USE_HTTP > 0 || HASP_USE_HTTP_ASYNC > 0
|
||||
httpStop();
|
||||
#endif
|
||||
#if HASP_USE_MDNS > 0
|
||||
mdnsStop();
|
||||
#endif
|
||||
}
|
||||
|
||||
void networkSetup()
|
||||
|
Loading…
x
Reference in New Issue
Block a user