mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 01:39:38 +00:00
fix(esphome): revert ESP-IDF to 5.4.1
https://github.com/echavet/MitsubishiCN105ESPHome/issues/378
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user