mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Cleaned up comments
This commit is contained in:
parent
4dc9194a36
commit
1b46c80613
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ void Open9xSim::refreshDiplay()
|
|||
bmp->render();
|
||||
bmf->setImage(bmp);
|
||||
|
||||
// Recalc RPM based on Blades setting during simulator - T.Foley
|
||||
// Recalc RPM based on Blades setting during simulator
|
||||
// Final value will change as user adjusts blades, spur or gear live in simulator
|
||||
frskyData.hub.rpm = 303;
|
||||
frskyData.hub.rpm *= (uint8_t)60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue