permissionBRICK
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/network/AhoyWifiEsp8266.h
|
|
@ -91,6 +91,7 @@ class AhoyWifi : public AhoyNetwork { |
|
|
case NetworkState::GOT_IP: |
|
|
case NetworkState::GOT_IP: |
|
|
if(!mConnected) { |
|
|
if(!mConnected) { |
|
|
mAp.disable(); |
|
|
mAp.disable(); |
|
|
|
|
|
WiFi.setSleepMode(WIFI_NONE_SLEEP); |
|
|
mConnected = true; |
|
|
mConnected = true; |
|
|
ah::welcome(WiFi.localIP().toString(), F("Station")); |
|
|
ah::welcome(WiFi.localIP().toString(), F("Station")); |
|
|
MDNS.begin(mConfig->sys.deviceName); |
|
|
MDNS.begin(mConfig->sys.deviceName); |
|
|
|