Skip to content

Commit

Permalink
Update param_names.h
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 3, 2025
1 parent e56ebcc commit f8196ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/telemetry/settings/param_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ static constexpr auto WB_TX_POWER_MILLI_WATT_ARMED="TX_POWER_MW_ARM";
static constexpr auto WB_RTL8812AU_TX_PWR_IDX_OVERRIDE="TX_POWER_I";
static constexpr auto WB_RTL8812AU_TX_PWR_IDX_ARMED="TX_POWER_I_ARMED";
//
static constexpr auto WB_VIDEO_VARIABLE_BITRATE="VARIABLE_BITRATE";
static constexpr auto WB_QP_MIN="QP_MIN";
static constexpr auto WB_QP_MAX="QP_MAX";
static constexpr auto WB_VIDEO_VARIABLE_BITRATE="WB_V_VARIABLE_BITRATE";
static constexpr auto WB_QP_MIN="WB_V_QP_MIN";
static constexpr auto WB_QP_MAX="WB_V_QP_MAX";

//
static constexpr auto WB_ENABLE_STBC="WB_E_STBC";
Expand Down

0 comments on commit f8196ac

Please sign in to comment.