File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ preferences :
3
+ flash_write_interval : 3sec
2
4
substitutions :
3
5
name : openspool
4
6
esphome :
7
9
project :
8
10
name : spuder.openspool
9
11
version : ${version}
10
- min_version : 2024.11 .0
12
+ min_version : 2025.6 .0
11
13
platformio_options :
12
14
build_unflags : -std=gnu++11
13
15
build_flags :
@@ -78,9 +80,10 @@ esphome:
78
80
esp32 :
79
81
framework :
80
82
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 :
84
87
CONFIG_MBEDTLS_HKDF_C : y # Needed for bambu KDF
85
88
CONFIG_MBEDTLS_MD_C : y # Needed for bambu KDF
86
89
# version: recommended
Original file line number Diff line number Diff line change 10
10
num_leds : ${led_count}
11
11
rgb_order : GRB
12
12
chipset : WS2812
13
- rmt_channel : 0
14
13
default_transition_length : 0.4s
15
14
restore_mode : RESTORE_DEFAULT_ON
16
15
entity_category : diagnostic
Original file line number Diff line number Diff line change 6
6
state_topic :
7
7
pin : ${neopixel_pin}
8
8
chipset : WS2812
9
- rmt_channel : 1
10
9
rgb_order : GRB
11
10
num_leds : 1
11
+ rmt_symbols : 48
12
12
entity_category : diagnostic
13
13
restore_mode : ALWAYS_OFF
14
14
icon : mdi:led-strip
You can’t perform that action at this time.
0 commit comments