This commit is contained in:
Paul Dino Jones 2024-08-05 16:18:51 -04:00
parent 45b336ecbc
commit b4ebcc078b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ int cammusc5_update(WheelDevice* wheeldevice, int maxrpm, int rpm, int gear, int
}
// byte 4 is gear
bytes[4] = gear+1;
bytes[4] = gear-1;
if (wheeldevice->handle)