fix(esphome): support compilation in esphome 2024.12
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
be2e424987
commit
e0efcfb89a
1 changed files with 5 additions and 1 deletions
|
@ -41,7 +41,11 @@
|
|||
|
||||
esp32 = {
|
||||
board = "m5stack-atom";
|
||||
framework.type = "esp-idf";
|
||||
framework = {
|
||||
type = "esp-idf";
|
||||
version = "4.4.8";
|
||||
platform_version = "5.4.0";
|
||||
};
|
||||
};
|
||||
|
||||
esp_adf = {};
|
||||
|
|
Loading…
Reference in a new issue