Skip to content

Commit f230ea8

Browse files
committed
Clean up comments
1 parent 7411828 commit f230ea8

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

firmware/common-manual-ams.yaml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
preferences:
33
flash_write_interval: 3sec
4+
45
substitutions:
56
name: openspool
7+
68
esphome:
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+
7266
esp32:
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

9273
packages:
9374
version: !include conf.d/version.yaml

0 commit comments

Comments
 (0)