Skip to content

Commit

Permalink
Merge pull request #5335 from shellixyz/fix/add_missing_ESC_RPM_OSD_i…
Browse files Browse the repository at this point in the history
…tem_to_OSD_menu

Add missing ESC RPM OSD item to OSD menu
  • Loading branch information
DzikuVx authored Jan 23, 2020
2 parents 4a8707e + b9b79ea commit 39de2e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/cms/cms_menu_osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ static const OSD_Entry menuOsdElemsEntries[] =
OSD_ELEMENT_ENTRY("SENSOR 7 TEMP", OSD_TEMP_SENSOR_7_TEMPERATURE),
#endif

#ifdef USE_ESC_SENSOR
OSD_ELEMENT_ENTRY("ESC RPM", OSD_ESC_RPM),
#endif

OSD_BACK_AND_END_ENTRY,
};

Expand Down

0 comments on commit 39de2e2

Please sign in to comment.