Skip to content

Commit dbd6043

Browse files
author
wamisnet
committed
待ち時間追加
1 parent 9a770f6 commit dbd6043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/nefry/inc/WiFi/src/WiFiMulti.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ uint8_t WiFiMulti::run(int mode)
138138

139139
// wait for connection or fail
140140
while(status != WL_CONNECTED && status != WL_NO_SSID_AVAIL && status != WL_CONNECT_FAILED) {
141-
delay(70);
141+
delay(200);
142142
status = WiFi.status();
143143
wifiDisplayScroll++;
144144
if (wifiDisplayScroll > 50)break;

0 commit comments

Comments
 (0)