We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d63b22 commit 27dc967Copy full SHA for 27dc967
firmware/config.yaml
@@ -1,6 +1,12 @@
1
substitutions:
2
name: openspool
3
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
10
11
esphome:
12
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