Fix reboot device after WiFi Connector perform but not connected

This commit is contained in:
Phat Nguyen
2024-06-05 14:31:34 +07:00
parent 21e802da33
commit 2ae90444bb

View File

@ -244,6 +244,8 @@ void setup() {
} else {
oledDisplay.showRebooting();
delay(2500);
oledDisplay.setText("", "", "");
ESP.restart();
}
}
}