Skip to content

Commit

Permalink
Upgrade esp-idf to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 5, 2024
1 parent 40624c6 commit 8bbf069
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
4 changes: 3 additions & 1 deletion firmware/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ esphome:
esp32:
framework:
type: esp-idf
version: recommended
version: 5.3.1
platform_version: 6.8.1
# version: recommended
# sdkconfig_options:
# MBEDTLS_CERTIFICATE_BUNDLE: y
# MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL: y
Expand Down
37 changes: 34 additions & 3 deletions firmware/conf.d/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,38 @@

debug:
update_interval: 5s
# https://esphome.io/components/logger.html
# logger:
# # level: debug

logger:
level: debug
# level: VERBOSE #TODO: drop to debug

text_sensor:
- platform: version
name: "Current Firmware Version"
hide_timestamp: true
state_topic:
web_server:
sorting_group_id: sorting_group_firmware

- platform: debug
device:
name: "Device Info"
state_topic:
reset_reason:
name: "Reset Reason"
state_topic:

sensor:
- platform: debug
free:
name: "Heap Free"
state_topic:
block:
name: "Heap Max Block"
state_topic:
loop_time:
name: "Loop Time"
state_topic:
# psram: #TODO: only enable this if device has PSRAM
# name: "Free PSRAM"
# state_topic:

0 comments on commit 8bbf069

Please sign in to comment.