Skip to content

Commit b4a833c

Browse files
committed
reorder substitutions for better clarity
1 parent a69e09a commit b4a833c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ esp32:
22
board: esp32-s3-devkitc-1
33

44
substitutions:
5-
hide_ams_sensors: "true"
6-
led_pin: GPIO9
7-
neopixel_pin: "48" #some boards have this on pin 38
85
spi2_type: SPI2
6+
rfid0_spi_interface: SPI2
7+
neopixel_pin: GPIO21
8+
encoder_pin_a: GPIO6
9+
encoder_pin_b: GPIO7
10+
led_pin: GPIO9
911
spi2_clk_pin: GPIO10
1012
spi2_miso_pin: GPIO11
1113
spi2_mosi_pin: GPIO12
12-
encoder_pin_a: GPIO6
13-
encoder_pin_b: GPIO7
14-
15-
rfid0_spi_interface: SPI2
1614
rfid0_ss_pin: GPIO13
1715

1816
packages:

0 commit comments

Comments
 (0)