Skip to content

Commit f0e9e38

Browse files
committed
Changing reboot to restart in WifiManager
1 parent d623518 commit f0e9e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ESP8266/ChannelStatisticsWithWifiManager/ChannelStatisticsWithWifiManager.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void forceConfigMode() {
143143
WiFi.disconnect();
144144
Serial.println("Dq");
145145
delay(500);
146-
ESP.reset();
146+
ESP.restart();
147147
delay(5000);
148148
}
149149

0 commit comments

Comments
 (0)