some debugger-commands added

This commit is contained in:
2025-05-04 11:53:38 +02:00
parent d723290e57
commit b627f52272
4 changed files with 31 additions and 3 deletions

View File

@@ -249,6 +249,12 @@ void loop()
DTC_Process();
Debug_Process();
if (globals.toggle_wifi == true){
globals.toggle_wifi = false;
toggleWiFiAP();
}
// Handle OTA updates and update cyclic EEPROM tasks for Persistence Data Structure (PDS)
ArduinoOTA.handle();
EEPROMCyclicPDSTicker.update();