Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 3, 2025
1 parent 2bea4cc commit 24adaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/telemetry/settings/documentedparam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ static std::map<std::string, void *> get_whitelisted_params()
//
ret["WB_V_FEC_PERC"]=nullptr;
ret["WB_V_RATE_PERC"]=nullptr;
ret["VARIABLE_BITRATE"]=nullptr;
ret["VARIcABLE_BITRATE"]=nullptr;
ret["QP_MIN"]=nullptr;
ret["QP_MAX"]=nullptr;

Expand Down
2 changes: 1 addition & 1 deletion app/telemetry/settings/param_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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="VARIABLEss_BITRATE";
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";

Expand Down

0 comments on commit 24adaa5

Please sign in to comment.