diff options
Diffstat (limited to 'testenv/v2-hdmi-rpi4.override.yaml')
-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"] - [] |