mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +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
|
#if HASP_USE_HTTP > 0 || HASP_USE_HTTP_ASYNC > 0
|
||||||
httpStop();
|
httpStop();
|
||||||
#endif
|
#endif
|
||||||
|
#if HASP_USE_MDNS > 0
|
||||||
mdnsStop();
|
mdnsStop();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void networkSetup()
|
void networkSetup()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user