Skip to content

Commit 168c864

Browse files
authored
Merge pull request #581 from OpenHD/2.3-evo-consti-dev
document gpio26
2 parents 07337c0 + 9a9a907 commit 168c864

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/telemetry/settings/documented_param.h

+2
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ static std::vector<XParam> get_parameters_list(){
521521
auto values=std::vector<std::string>{"untouched","high","low"};
522522
append_int(ret,"GPIO_2",ImprovedIntSetting::createEnum(values),
523523
"Experimental, allows manually controlling a rpi gpio for special uses like a LED, landing gear, ...");
524+
append_int(ret,"GPIO_26",ImprovedIntSetting::createEnum(values),
525+
"Experimental, allows manually controlling a rpi gpio for special uses like a LED, landing gear, ...");
524526
}
525527
//
526528
{

0 commit comments

Comments
 (0)