Skip to content

Commit

Permalink
improve param documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 29, 2024
1 parent 4a92fb9 commit 06d43d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/telemetry/settings/documentedparam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ static std::vector<std::shared_ptr<XParam>> get_parameters_list(){
{
auto values=std::vector<std::string>{"UNMANAGED","HOTSPOT","FORWARD+INTERNET"};
append_int(ret,"ETHERNET",ImprovedIntSetting::createEnum(values),
"Specify the intended usage of the ground station ethernet port (for connecting external devices).");
"Specify the intended usage of the ground station ethernet port (for connecting external devices). A reboot might be required after changing this param.");
}
{
auto values=std::vector<std::string>{"untouched","high","low"};
Expand Down

0 comments on commit 06d43d9

Please sign in to comment.