BUG: Comp-mode erstes stoppen zeigt falsche zeit an! Individ mode geht.

This commit is contained in:
Carsten Graf
2025-08-06 00:46:05 +02:00
parent 6793a54103
commit 4a04565878
4 changed files with 204 additions and 69 deletions

View File

@@ -25,8 +25,10 @@ struct TimerData {
unsigned long bestTime2 = 0;
bool isRunning1 = false;
bool isRunning2 = false;
bool isReady1 = true; // Status für Bahn 1
bool isReady2 = true; // Status für Bahn 2
bool isReady1 = true; // Status für Bahn 1
bool isReady2 = true; // Status für Bahn 2
bool isArmed1 = false; // Status für Bahn 1 (armiert/nicht armiert)
bool isArmed2 = false; // Status für Bahn 2 (armiert/nicht armiert)
};
// Button Konfiguration