Skip to content

Commit 54570a9

Browse files
committed
Correct LED pins and name
1 parent ac5220c commit 54570a9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

firmware/conf.d/led-external.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ light:
55
- platform: esp32_rmt_led_strip
66
name: LEDs
77
id: neopixel_light
8-
pin: ${led_pin}
8+
pin: ${external_led_pin}
99
num_leds: ${led_count}
10+
rmt_symbols: 48
1011
rgb_order: GRB
1112
chipset: WS2812
1213
default_transition_length: 0.4s

firmware/esp32-s3-super-mini-manual-ams.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ psram:
99
substitutions:
1010
spi2_type: SPI2
1111
rfid0_spi_interface: SPI2
12-
neopixel_pin: GPIO21
12+
neopixel_pin: GPIO48
1313
encoder_pin_a: GPIO6
1414
encoder_pin_b: GPIO7
15-
led_pin: GPIO9
15+
external_led_pin: GPIO9
1616
spi2_clk_pin: GPIO10
1717
spi2_miso_pin: GPIO11
1818
spi2_mosi_pin: GPIO12

0 commit comments

Comments
 (0)