debug: isolate AP DNS without web server

This commit is contained in:
2026-06-30 00:24:06 -06:00
parent e590f15548
commit 520002edf9
@@ -4282,7 +4282,6 @@ void setup() {
void loop() { void loop() {
dnsServer.processNextRequest(); dnsServer.processNextRequest();
server.handleClient();
#if DASHBOARD_UART_ENABLED #if DASHBOARD_UART_ENABLED
pollDashboardUart(); pollDashboardUart();
#endif #endif