Skip to content

Commit

Permalink
wifi: wps/smartconfig remove front=true
Browse files Browse the repository at this point in the history
mcspr committed Sep 9, 2020
1 parent 52e3c96 commit dc8edb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JustWifi.cpp
Original file line number Diff line number Diff line change
@@ -579,7 +579,7 @@ void JustWifi::_machine() {
case STATE_WPS_SUCCESS:
_doCallback(MESSAGE_WPS_SUCCESS);
wifi_wps_disable();
addCurrentNetwork(true);
addCurrentNetwork();
_state = STATE_IDLE;
break;

@@ -622,7 +622,7 @@ void JustWifi::_machine() {

case STATE_SMARTCONFIG_SUCCESS:
_doCallback(MESSAGE_SMARTCONFIG_SUCCESS);
addCurrentNetwork(true);
addCurrentNetwork();
_state = STATE_IDLE;
break;

0 comments on commit dc8edb4

Please sign in to comment.