Skip to content

Commit

Permalink
AP_OSD: Change param descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
shellixyz committed Jul 13, 2020
1 parent 643c25e commit a60193d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_OSD/AP_OSD_Screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info[] = {

// @Param: POWER_EN
// @DisplayName: POWER_EN
// @Description: Displays total drawn current
// @Description: Displays total power draw from all batteries
// @Values: 0:Disabled,1:Enabled

// @Param: POWER_X
Expand All @@ -723,7 +723,7 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info[] = {

// @Param: ENERGY_EN
// @DisplayName: ENERGY_EN
// @Description: Displays main consumed energy
// @Description: Displays total energy consumed from primary battery
// @Values: 0:Disabled,1:Enabled

// @Param: ENERGY_X
Expand Down

0 comments on commit a60193d

Please sign in to comment.