Skip to content

Commit

Permalink
Merge pull request #581 from OpenHD/2.3-evo-consti-dev
Browse files Browse the repository at this point in the history
document gpio26
  • Loading branch information
Consti10 authored Jun 30, 2023
2 parents 07337c0 + 9a9a907 commit 168c864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/telemetry/settings/documented_param.h
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ static std::vector<XParam> get_parameters_list(){
auto values=std::vector<std::string>{"untouched","high","low"};
append_int(ret,"GPIO_2",ImprovedIntSetting::createEnum(values),
"Experimental, allows manually controlling a rpi gpio for special uses like a LED, landing gear, ...");
append_int(ret,"GPIO_26",ImprovedIntSetting::createEnum(values),
"Experimental, allows manually controlling a rpi gpio for special uses like a LED, landing gear, ...");
}
//
{
Expand Down

0 comments on commit 168c864

Please sign in to comment.