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

@@ -32,6 +32,7 @@ typedef struct Globals_s
bool hasDTC; /**< Flag indicating the presence of Diagnostic Trouble Codes (DTC) */
bool measurementActive; /**< Flag indicating active measurement */
uint32_t measuredPulses; /**< Number of measured pulses */
bool toggle_wifi;
} Globals_t;
extern Globals_t globals; /**< Global variable struct */