File tree Expand file tree Collapse file tree 4 files changed +13
-16
lines changed Expand file tree Collapse file tree 4 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ USB_ADDRESS ?= $(error USB_ADDRESS is not set)
8
8
all : build upload dashboard logs
9
9
10
10
# Preserve backwards compatabliity in documentation
11
- run-usb : run-usb-breadboard-mini
12
- run-usb-pcb : run-usb-pcb-mini
13
- build-pcb-mini : build-esp32s2-mini
14
- build-pcb-ams : build-esp32s2-ams
11
+ # run-usb: run-usb-breadboard-mini
12
+ # run-usb-pcb: run-usb-pcb-mini
13
+ # build-pcb-mini: build-esp32s2-mini
14
+ # build-pcb-ams: build-esp32s2-ams
15
15
16
16
clean :
17
17
esphome clean lolin_s2_mini.yaml
@@ -61,10 +61,10 @@ dashboard:
61
61
# -s rfid0_ss_pin "GPIO33" \
62
62
# -s spi2_type "any" \
63
63
# run openspool-mini.yaml --device $(USB_ADDRESS)
64
- run-usb-pcb-mini :
64
+ lolin_s2_mini :
65
65
esphome \
66
66
run lolin_s2_mini.yaml --device $(USB_ADDRESS )
67
- run-usb-pcb-ams :
67
+ lolin_s3_mini :
68
68
esphome \
69
69
run lolin_s3_mini.yaml --device $(USB_ADDRESS )
70
70
devkit :
Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ wifi:
22
22
packages :
23
23
openspool-mini : !include openspool-mini.yaml
24
24
improv-serial : !include conf.d/improv-serial.yaml
25
- improv-bluetooth : !include conf.d/improv-bluetooth.yaml
26
25
27
26
# The s2 is pushing the limits of its cpu,
28
27
# Especially the fake clones without PSRAM
29
28
# Remove components to improve performance
30
- sensor :
31
- - id : !remove loop_time
32
- - id : !remove openspool_wifi_signal
33
- - id : !remove openspool_ssid
34
- - id : !remove openspool_ip_address
35
- - id : !remove free_psram
29
+ # sensor:
30
+ # - id: !remove loop_time
31
+ # - id: !remove openspool_wifi_signal
32
+ # - id: !remove openspool_ssid
33
+ # - id: !remove openspool_ip_address
34
+ # - id: !remove free_psram
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ substitutions:
16
16
packages :
17
17
openspool-mini : !include openspool-mini.yaml
18
18
led-internal : !include conf.d/led-internal.yaml
19
+ improv-bluetooth : !include conf.d/improv-bluetooth.yaml
Original file line number Diff line number Diff line change 1
1
2
2
packages :
3
3
base : !include common.yaml
4
- status_led : !include conf.d/status_led.yaml
5
- button : !include conf.d/button.yaml
6
- improv-serial : !include conf.d/improv-serial.yaml
7
4
8
5
api :
9
6
reboot_timeout : 0s # reboot_timeout must be 0 if api and mqtt are defined
You can’t perform that action at this time.
0 commit comments