Fixes reset bug

Fixes a bug where a reset will not clear the timer
This commit is contained in:
Jaap van Ekris 2023-07-04 23:56:31 +02:00 committed by GitHub
parent 43d7e45aee
commit 31fdb87eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -354,7 +354,8 @@ function createFlywheel (rowerSettings) {
isDwelling,
isAboveMinimumSpeed,
isUnpowered,
isPowered
isPowered,
reset
}
}