open-balena-api icon indicating copy to clipboard operation
open-balena-api copied to clipboard

Correct gpio example env var

Open cywang117 opened this issue 3 years ago • 1 comments

Corrected from "gpio=19=op,dh","gpio=0-25=a2" which will result in gpio=gpio=... in config.txt being applied by the Supervisor.

If "gpio=19=op,dh","gpio=0-25=a2" is set via the dashboard as in the old example, the config.txt value will formatted by the Supervisor as gpio=gpio=19=op which is invalid.

Change-type: patch Signed-off-by: Christina Wang [email protected]

cywang117 avatar Aug 29 '22 18:08 cywang117

[cywang117] This has attached https://jel.ly.fish/699fe7ad-80ef-47be-acb9-1b5242154819

jellyfish-bot avatar Aug 29 '22 18:08 jellyfish-bot

Good catch @cywang117. LGTM

Here is the RPI documentation for reference https://www.raspberrypi.com/documentation/computers/config_txt.html#gpio

pipex avatar Apr 20 '23 14:04 pipex