daheise / simrate_control

A 'set it and forget it' utility to increase and decrease sim rate while following a flight plan. Provides time compression while in stable flight.
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Status output inconsistency #38

Open ghost opened 3 years ago

ghost commented 3 years ago

This is really a tiny and only cosmetic issue and you can close this issue right away, just wanted to bring this up in case it nags you too now that I pointed it out :)

In the status output, the sim rate displays as

Sim Rate (Current/Target/Max): 4.00x / 4x    / 4x 

May look better if all would be consistent ( 4.00x / 4.00x / 4.00x or 4x / 4x / 4x)

Yeah I know I might be on the spectrum... 😛

daheise commented 3 years ago

It bugs me but...there's a reason for it -- current sim rate can go below 1x, but the others don't. A simple if statement would of course fix it when >=1x.

ghost commented 3 years ago

Ahh, didn't think of the 0.5 and 0.25, good point... Yeah up to you if you want to fix it for >= 1, maybe u can slip it in when you are adding/fixing other stuff next time

Thanks!