mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-07 03:27:15 +02:00
0.8.18
fix mDNS
This commit is contained in:
parent
01b3e8f60a
commit
e4ab7e9e5b
3 changed files with 18 additions and 0 deletions
|
@ -89,7 +89,9 @@ void ahoywifi::tickWifiLoop() {
|
|||
if (mGotDisconnect) {
|
||||
mStaConn = RESET;
|
||||
}
|
||||
#if !defined(ESP32)
|
||||
MDNS.update();
|
||||
#endif
|
||||
return;
|
||||
case IN_AP_MODE:
|
||||
if (WiFi.softAPgetStationNum() == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue