diff options
author | Maxim Devaev <[email protected]> | 2023-06-01 20:23:40 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-06-01 20:23:40 +0300 |
commit | 816e518547372c3ff0eb816a659e9ffdb14c1fa0 (patch) | |
tree | f6f710070ccf1386f977cdfb2964f0c62b92138a /testenv | |
parent | f5ff9c142a46c1fface9ffa3176e2f99a2ec7931 (diff) |
gpio: short for for disabling the pulse
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index 7160a090..be93d455 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -68,6 +68,12 @@ kvmd: pulse: delay: 0 + __v4_const1__: + pin: 6 + mode: output + switch: false + pulse: false + led1: pin: 19 mode: input |