BUG: Comp-mode erstes stoppen zeigt falsche zeit an! Individ mode geht.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user