1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-20 10:43:48 +01:00

[tests] Fix ESP32-C3 component test binary size by using larger partition table (#11319)

This commit is contained in:
J. Nick Koston
2025-10-16 21:20:00 -10:00
committed by GitHub
parent 9646653e57
commit bdfbac0301

View File

@@ -6,6 +6,9 @@ esp32:
board: lolin_c3_mini board: lolin_c3_mini
framework: framework:
type: esp-idf type: esp-idf
# Use custom partition table with larger app partition (3MB)
# Default IDF partitions only allow 1.75MB which is too small for grouped tests
partitions: ../partitions_testing.csv
logger: logger:
level: VERY_VERBOSE level: VERY_VERBOSE