Skip to content

Commit 4f49c4e

Browse files
committed
WiFiC3: new fw is slower to start up, wait a bit more on init()
1 parent 52e7c65 commit 4f49c4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/lwIpWrapper/src/CNetIf.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ bool CLwipIf::initWifiHw(bool asStation)
185185
if (CEspControl::getInstance().initSpiDriver() == 0) {
186186
wifi_status = WL_NO_SSID_AVAIL;
187187
}
188+
delay(2000);
188189

189190
if (wifi_status == WL_NO_SSID_AVAIL) {
190191
int time_num = 0;

0 commit comments

Comments
 (0)