Fixes reset bug
Fixes a bug where a reset will not clear the timer
This commit is contained in:
parent
43d7e45aee
commit
31fdb87eab
|
|
@ -354,7 +354,8 @@ function createFlywheel (rowerSettings) {
|
|||
isDwelling,
|
||||
isAboveMinimumSpeed,
|
||||
isUnpowered,
|
||||
isPowered
|
||||
isPowered,
|
||||
reset
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue