mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
add max esc temp and rpm to osd
This commit is contained in:
parent
2d68e9c387
commit
ef17d7fc31
4 changed files with 32 additions and 0 deletions
|
@ -305,6 +305,8 @@ TEST(OsdTest, TestStatsImperial)
|
|||
osdStatSetState(OSD_STAT_MAX_DISTANCE, true);
|
||||
osdStatSetState(OSD_STAT_BLACKBOX_NUMBER, false);
|
||||
osdStatSetState(OSD_STAT_MAX_G_FORCE, false);
|
||||
osdStatSetState(OSD_STAT_MAX_ESC_TEMP, false);
|
||||
osdStatSetState(OSD_STAT_MAX_ESC_RPM, false);
|
||||
|
||||
// and
|
||||
// using imperial unit system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue