mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
Added selectable precision to the OSD RPM
I've added selectable precision to the ESC RPM, as shown in the OSD. The default is 3, which is the same as the current RPM display.
This commit is contained in:
parent
430a1942b8
commit
f9d68cea85
4 changed files with 45 additions and 7 deletions
|
@ -4122,6 +4122,16 @@ Value above which to make the OSD distance from home indicator blink (meters)
|
|||
|
||||
---
|
||||
|
||||
### osd_esc_rpm_precision
|
||||
|
||||
Number of characters used to display the RPM value.
|
||||
|
||||
| Default | Min | Max |
|
||||
| --- | --- | --- |
|
||||
| 3 | 3 | 6 |
|
||||
|
||||
---
|
||||
|
||||
### osd_esc_temp_alarm_max
|
||||
|
||||
Temperature above which the IMU temperature OSD element will start blinking (decidegrees centigrade)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue