File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 11---
22preferences :
33 flash_write_interval : 3sec
4+
45substitutions :
56 name : openspool
7+
68esphome :
79 name : ${name}
810 name_add_mac_suffix : true
@@ -56,38 +58,17 @@ esphome:
5658 format : " Missing Bambu Credentials, skipping mqtt connect"
5759 - mqtt.disable :
5860 id : bambu_mqtt
59- # - script.execute: set_all_leds_white
60- # - lambda: |-
61- # //TODO: this appears to have broken and no longer blinks blue
62- # if (!wifi::global_wifi_component->is_connected() &&
63- # wifi::global_wifi_component->wifi_soft_ap_ip().str() == "192.168.4.1") {
64- # id(set_led_breathing_blue).execute();
65- # }
66- # - lambda: |-
67- # id(my_ota).set_auth_password("New password");
6861 on_shutdown :
6962 then :
7063 - light.turn_off :
7164 id : neopixel_light
65+
7266esp32 :
7367 framework :
7468 type : esp-idf
75- # version: 5.3.1
76- # platform_version: 6.9.0 # https://github.com/platformio/platform-espressif32/releases/
7769 sdkconfig_options :
7870 CONFIG_MBEDTLS_HKDF_C : y # Needed for bambu KDF
7971 CONFIG_MBEDTLS_MD_C : y # Needed for bambu KDF
80- # version: recommended
81- # sdkconfig_options:
82- # MBEDTLS_CERTIFICATE_BUNDLE: y
83- # MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL: y
84-
85- # TODO: uncomment when ready for bambu support
86- # external_components:
87- # - source:
88- # type: local
89- # path: components
90- # components: [pn532, nfc]
9172
9273packages :
9374 version : !include conf.d/version.yaml
You can’t perform that action at this time.
0 commit comments