more work done on the Debugger

This commit is contained in:
2023-03-14 23:30:26 +01:00
parent 0bc7d0862b
commit c8f5cda4ba
3 changed files with 158 additions and 68 deletions

View File

@@ -198,6 +198,7 @@ void loop()
EEPROM_Process();
Webserver_Process();
DTC_Process();
Debug_Process();
ArduinoOTA.handle();
EEPROMCyclicPDSTicker.update();