File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ run-usb-breadboard:
52
52
# you can then run the run-ota command which will preserve the wifi settings
53
53
# this is a workaround until eshome supports improv_serial on esp32s2
54
54
esphome \
55
+ -s board lolin_s2_mini \
56
+ -s variant esp32s2 \
55
57
-s rfid1_miso_pin " GPIO39" \
56
58
-s rfid1_clk_pin " GPIO36" \
57
59
-s rfid1_mosi_pin " GPIO35" \
Original file line number Diff line number Diff line change 1
1
substitutions :
2
2
name : openspool
3
- rfid1_spi_interface : " spi" # any on Breadboard
4
- rfid1_clk_pin : " GPIO36" # 39 on Breadboard version
5
- rfid1_miso_pin : " GPIO37"
6
- rfid1_mosi_pin : " GPIO35"
7
- rfid1_ss_pin : " GPIO34" # 33 on Breadboard version
3
+ board : lolin_s2_mini
8
4
9
5
esphome :
10
6
name : ${name} # Don't use underscore '_' in name https://esphome.io/guides/faq.html#why-shouldn-t-i-use-underscores-in-my-device-name
@@ -30,8 +26,8 @@ esphome:
30
26
- script.execute : set_led_off
31
27
32
28
esp32 :
33
- board : lolin_s2_mini
34
- variant : esp32s2
29
+ board : ${board}
30
+ # variant: ${variant}
35
31
framework :
36
32
type : esp-idf
37
33
You can’t perform that action at this time.
0 commit comments