Browse Source

Let JustWifi fallback handle AP (#1784)

master
Max Prokhorov 5 years ago
committed by GitHub
parent
commit
dc3a572f29
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      code/espurna/wifi.ino

+ 0
- 2
code/espurna/wifi.ino View File

@ -230,7 +230,6 @@ void _wifiCallback(justwifi_messages_t code, char * parameter) {
if (MESSAGE_WPS_ERROR == code || MESSAGE_SMARTCONFIG_ERROR == code) {
_wifi_wps_running = false;
_wifi_smartconfig_running = false;
jw.enableAP(true);
}
if (MESSAGE_WPS_SUCCESS == code || MESSAGE_SMARTCONFIG_SUCCESS == code) {
@ -254,7 +253,6 @@ void _wifiCallback(justwifi_messages_t code, char * parameter) {
_wifi_wps_running = false;
_wifi_smartconfig_running = false;
jw.enableAP(true);
}


Loading…
Cancel
Save