Skip to content

Commit

Permalink
Add wifi_mode back for regular STA mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Nov 19, 2023
1 parent f357387 commit 83eb22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cores/beken-72xx/arduino/libraries/WiFi/WiFiSTA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ bool WiFiClass::reconnect(const uint8_t *bssid) {
} else {
LT_IM(WIFI, "Connecting to %s", STA_CFG.wifi_ssid);
memset(STA_CFG.wifi_bssid, 0x00, 6);
STA_CFG.wifi_mode = BK_STATION;
}

LT_DM(WIFI, "Data = %p", DATA->configSta);
Expand Down

0 comments on commit 83eb22f

Please sign in to comment.