Update custom_firmware.yaml

i think it's finally fixed, YAML cares about tabs vs spaces, and i mispelled the word "outputs"
This commit is contained in:
AlphaX 2024-04-23 00:41:32 -04:00 committed by GitHub
parent 1a9d1cb9c6
commit 54da90247b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 15 deletions

View File

@ -122,22 +122,22 @@ pins:
class: [outputs, switch_inputs] class: [outputs, switch_inputs]
ts_name: I/O PD11 ts_name: I/O PD11
# - id: [PD12, PD12] - id: [PD12, PD12]
# class: [output, switch_inputs] class: [outputs, switch_inputs]
# ts_name: I/O PD12 ts_name: I/O PD12
# - id: [PD13, PD13] - id: [PD13, PD13]
# class: [output, switch_inputs] class: [outputs, switch_inputs]
# ts_name: I/O PD13 ts_name: I/O PD13
# - id: [PD14, PD14] - id: [PD14, PD14]
# class: [output, switch_inputs] class: [outputs, switch_inputs]
# ts_name: I/O PD14 ts_name: I/O PD14
# - id: [PE11, PE11] - id: [PE11, PE11]
# class: [output, switch_inputs] class: [outputs, switch_inputs]
# ts_name: I/O PE11 ts_name: I/O PE11
# - id: [PE12, PE12] - id: [PE12, PE12]
# class: [output, switch_inputs] class: [outputs, switch_inputs]
# ts_name: I/O PE12 ts_name: I/O PE12