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