1
0
Fork 0
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:
timman2er 2018-09-20 10:15:00 +02:00
parent 2d68e9c387
commit ef17d7fc31
4 changed files with 32 additions and 0 deletions

View file

@ -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