fix(esphome): support compilation in esphome 2024.12
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-09 10:40:05 -05:00
parent be2e424987
commit e0efcfb89a

View file

@ -41,7 +41,11 @@
esp32 = { esp32 = {
board = "m5stack-atom"; board = "m5stack-atom";
framework.type = "esp-idf"; framework = {
type = "esp-idf";
version = "4.4.8";
platform_version = "5.4.0";
};
}; };
esp_adf = {}; esp_adf = {};