fix(esphome): revert ESP-IDF to 5.4.1

https://github.com/echavet/MitsubishiCN105ESPHome/issues/378
This commit is contained in:
JJGadgets
2025-09-16 13:11:08 +08:00
parent d982fd1199
commit ba1ed1876e

View File

@@ -1,7 +1,9 @@
---
substitutions:
board: "$${board | default('esp32-s3-devkitc-1')}"
framework: "$${framework | default('esp-idf')}" # This is important: the default "arduino" framework does not perform well.
framework:
type: "$${framework | default('esp-idf')}" # This is important: the default "arduino" framework does not perform well.
version: 5.4.1
esphome:
name: "$${area_dns}-$${name_dns}"