some tweaks regarding washMode and Debugger

This commit is contained in:
2025-06-15 21:17:32 +02:00
parent 68d571a747
commit b6f9de2894
5 changed files with 193 additions and 89 deletions

View File

@@ -33,6 +33,7 @@ typedef struct Globals_s
bool measurementActive; /**< Flag indicating active measurement */
uint32_t measuredPulses; /**< Number of measured pulses */
bool toggle_wifi;
uint16_t isr_debug;
} Globals_t;
extern Globals_t globals; /**< Global variable struct */