1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-15 00:03:51 +01:00

bk72xx running out of flash

This commit is contained in:
J. Nick Koston
2025-10-10 10:42:11 -10:00
parent f69b0d94bd
commit 8976ef3878
3 changed files with 3 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ from script.merge_component_configs import merge_component_configs
PLATFORM_MAX_GROUP_SIZE = {
"esp8266-ard": 10, # ESP8266 Arduino has limited IRAM
"esp8266-idf": 10, # ESP8266 IDF also has limited IRAM
# BK72xx now uses BK7252 board (1.62MB flash vs 1.03MB) - no limit needed
# Other platforms can handle larger groups
}