File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,16 @@ esphome:
34
34
- light.turn_on :
35
35
id : neopixel_light
36
36
effect : none
37
- - delay : 100ms
38
- - light.addressable_set :
39
- id : neopixel_light
40
- color_brightness : 50%
41
- range_from : 0
42
- range_to : ${led_count}
43
- red : 100%
44
- green : 100%
45
- blue : 100%
37
+ brightness : 50%
38
+ # - delay: 100ms
39
+ # - light.addressable_set:
40
+ # id: neopixel_light
41
+ # color_brightness: 50%
42
+ # range_from: 0
43
+ # range_to: ${led_count}
44
+ # red: 50%
45
+ # green: 50%
46
+ # blue: 50%
46
47
- if :
47
48
condition :
48
49
lambda : |-
78
79
type : esp-idf
79
80
version : 5.3.1
80
81
platform_version : 6.9.0 # https://github.com/platformio/platform-espressif32/releases/
82
+ sdkconfig_options :
83
+ CONFIG_MBEDTLS_HKDF_C : y # Needed for bambu KDF
84
+ CONFIG_MBEDTLS_MD_C : y # Needed for bambu KDF
81
85
# version: recommended
82
86
# sdkconfig_options:
83
87
# MBEDTLS_CERTIFICATE_BUNDLE: y
Original file line number Diff line number Diff line change @@ -36,5 +36,7 @@ logger:
36
36
select : INFO
37
37
number : INFO
38
38
pn532.mifare_ultralight : VERBOSE
39
- # TODO: What are other pn532 protocol types?
39
+ pn532.mifare_classic : VERBOSE
40
+ TAG : VERBOSE
41
+ NFC : VERBOSE
40
42
" " : ERROR
You can’t perform that action at this time.
0 commit comments