debug: re-enable STA maintenance in LilyGO isolation build
This commit is contained in:
@@ -4272,9 +4272,13 @@ void originalProjectSetupDisabled() {
|
||||
|
||||
void loop() {
|
||||
server.handleClient();
|
||||
|
||||
maintainStaWifi();
|
||||
|
||||
#if DASHBOARD_UART_ENABLED
|
||||
pollDashboardUart();
|
||||
#endif
|
||||
|
||||
delay(2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user