From 9a9a907bc43963a00307601e972d3f776c1f4549 Mon Sep 17 00:00:00 2001 From: consti10 Date: Fri, 30 Jun 2023 21:49:24 +0200 Subject: [PATCH] document gpio26 --- app/telemetry/settings/documented_param.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/telemetry/settings/documented_param.h b/app/telemetry/settings/documented_param.h index 34bfacfd0..8f81d6573 100644 --- a/app/telemetry/settings/documented_param.h +++ b/app/telemetry/settings/documented_param.h @@ -521,6 +521,8 @@ static std::vector get_parameters_list(){ auto values=std::vector{"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, ..."); } // {