Skip to content

Commit 27dc967

Browse files
committed
Add substitutions for pins
1 parent 7d63b22 commit 27dc967

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firmware/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
substitutions:
22
name: openspool
33
board: lolin_s2_mini
4+
variant: esp32s2
5+
rfid1_spi_interface: spi #any on Breadboard
6+
rfid1_clk_pin: GPIO36 #39 on Breadboard version
7+
rfid1_miso_pin: GPIO37
8+
rfid1_mosi_pin: GPIO35
9+
rfid1_ss_pin: GPIO34 #33 on Breadboard version
410

511
esphome:
612
name: ${name} #Don't use underscore '_' in name https://esphome.io/guides/faq.html#why-shouldn-t-i-use-underscores-in-my-device-name

0 commit comments

Comments
 (0)