Skip to content

Commit eeaee21

Browse files
authored
Merge pull request #62 from EmberLightVFX/Update-to-esphome-2025.6.0
Update to esphome 2025.6.0
2 parents f38eb49 + e4fcb51 commit eeaee21

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

firmware/common.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
preferences:
3+
flash_write_interval: 3sec
24
substitutions:
35
name: openspool
46
esphome:
@@ -7,7 +9,7 @@ esphome:
79
project:
810
name: spuder.openspool
911
version: ${version}
10-
min_version: 2024.11.0
12+
min_version: 2025.6.0
1113
platformio_options:
1214
build_unflags: -std=gnu++11
1315
build_flags:
@@ -78,9 +80,10 @@ esphome:
7880
esp32:
7981
framework:
8082
type: esp-idf
81-
version: 5.3.1
82-
platform_version: 6.9.0 # https://github.com/platformio/platform-espressif32/releases/
83-
sdkconfig_options:
83+
# Let esphome handle the versions
84+
#version: 5.3.2
85+
#platform_version: 53.03.13 # https://github.com/pioarduino/platform-espressif32/releases
86+
sdkconfig_options:
8487
CONFIG_MBEDTLS_HKDF_C: y # Needed for bambu KDF
8588
CONFIG_MBEDTLS_MD_C: y # Needed for bambu KDF
8689
# version: recommended

firmware/conf.d/led-external.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ light:
1010
num_leds: ${led_count}
1111
rgb_order: GRB
1212
chipset: WS2812
13-
rmt_channel: 0
1413
default_transition_length: 0.4s
1514
restore_mode: RESTORE_DEFAULT_ON
1615
entity_category: diagnostic

firmware/conf.d/led-internal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ light:
66
state_topic:
77
pin: ${neopixel_pin}
88
chipset: WS2812
9-
rmt_channel: 1
109
rgb_order: GRB
1110
num_leds: 1
11+
rmt_symbols: 48
1212
entity_category: diagnostic
1313
restore_mode: ALWAYS_OFF
1414
icon: mdi:led-strip

0 commit comments

Comments
 (0)