Skip to content

Commit c897e8c

Browse files
committed
Fix s2
1 parent c55ed6e commit c897e8c

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

firmware/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ USB_ADDRESS ?= $(error USB_ADDRESS is not set)
88
all: build upload dashboard logs
99

1010
# 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
1515

1616
clean:
1717
esphome clean lolin_s2_mini.yaml
@@ -61,10 +61,10 @@ dashboard:
6161
# -s rfid0_ss_pin "GPIO33" \
6262
# -s spi2_type "any" \
6363
# run openspool-mini.yaml --device $(USB_ADDRESS)
64-
run-usb-pcb-mini:
64+
lolin_s2_mini:
6565
esphome \
6666
run lolin_s2_mini.yaml --device $(USB_ADDRESS)
67-
run-usb-pcb-ams:
67+
lolin_s3_mini:
6868
esphome \
6969
run lolin_s3_mini.yaml --device $(USB_ADDRESS)
7070
devkit:

firmware/lolin_s2_mini.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ wifi:
2222
packages:
2323
openspool-mini: !include openspool-mini.yaml
2424
improv-serial: !include conf.d/improv-serial.yaml
25-
improv-bluetooth: !include conf.d/improv-bluetooth.yaml
2625

2726
# The s2 is pushing the limits of its cpu,
2827
# Especially the fake clones without PSRAM
2928
# 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

firmware/lolin_s3_mini.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ substitutions:
1616
packages:
1717
openspool-mini: !include openspool-mini.yaml
1818
led-internal: !include conf.d/led-internal.yaml
19+
improv-bluetooth: !include conf.d/improv-bluetooth.yaml

firmware/openspool-mini.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
packages:
33
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
74

85
api:
96
reboot_timeout: 0s #reboot_timeout must be 0 if api and mqtt are defined

0 commit comments

Comments
 (0)