Skip to content

Commit

Permalink
Disabled internal LED, fixed pin naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
raihei committed Jan 15, 2025
1 parent fe7b71c commit dc7eae6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions firmware/esp32-s3-devkitc-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ substitutions:
rfid0_ss_pin: GPIO04

rfid1_spi_interface: SPI2
rfid1_clk_pin: GPIO05
rfid1_ss_pin: GPIO05

rfid2_spi_interface: SPI2
rfid2_clk_pin: GPIO06
rfid2_ss_pin: GPIO06

rfid3_spi_interface: SPI2
rfid3_clk_pin: GPIO07
rfid3_ss_pin: GPIO07

# rfid4_spi_interface: SPI2
# rfid4_clk_pin: GPIO05
Expand All @@ -46,7 +46,7 @@ packages:
openspool-ams: !include openspool-ams.yaml
improv-serial: !include conf.d/improv-serial.yaml
#improv-bluetooth: !include conf.d/improv-bluetooth.yaml
led-internal: !include conf.d/led-internal.yaml
#led-internal: !include conf.d/led-internal.yaml
extra: !include conf.d/extra.yaml

dashboard_import:
Expand Down
2 changes: 1 addition & 1 deletion firmware/lolin_s3_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ substitutions:

packages:
openspool-mini: !include openspool-mini.yaml
led-internal: !include conf.d/led-internal.yaml
#led-internal: !include conf.d/led-internal.yaml
#improv-bluetooth: !include conf.d/improv-bluetooth.yaml
extra: !include conf.d/extra.yaml
button: !include conf.d/button.yaml
Expand Down

0 comments on commit dc7eae6

Please sign in to comment.