diff options
author | Devaev Maxim <[email protected]> | 2020-09-10 17:32:33 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-10 17:32:33 +0300 |
commit | 6795430e29c5aad957316a312c7f3d2bdf5a24e1 (patch) | |
tree | 0084e1a00f53d1e6d3c8a5e3a4c00570216bbf7f /testenv | |
parent | 44c50aa4de96b7cc3fb6d057a62a1cd994315e63 (diff) |
real pins
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index 96dcc045..1e6e73c3 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -45,20 +45,20 @@ kvmd: scheme: led1: - pin: 0 + pin: 19 mode: input led2: - pin: 1 + pin: 16 mode: input button1: - pin: 10 + pin: 26 mode: output switch: false button2: - pin: 11 + pin: 20 mode: output switch: false @@ -78,6 +78,8 @@ kvmd: max_delay: 5 view: + header: + title: Switches table: - ["#Generic GPIO leds"] - [] |