Browse Source

Merge 087e4b4242 into c4fe30f118

pull/1888/merge
permissionBRICK 2 weeks ago
committed by GitHub
parent
commit
b79401d2c0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/network/AhoyWifiEsp8266.h

1
src/network/AhoyWifiEsp8266.h

@ -91,6 +91,7 @@ class AhoyWifi : public AhoyNetwork {
case NetworkState::GOT_IP:
if(!mConnected) {
mAp.disable();
WiFi.setSleepMode(WIFI_NONE_SLEEP);
mConnected = true;
ah::welcome(WiFi.localIP().toString(), F("Station"));
MDNS.begin(mConfig->sys.deviceName);

Loading…
Cancel
Save