mirror of
https://github.com/esphome/esphome.git
synced 2025-10-20 18:53:47 +01:00
[tests] Fix ESP32-C3 component test binary size by using larger partition table (#11319)
This commit is contained in:
@@ -6,6 +6,9 @@ esp32:
|
||||
board: lolin_c3_mini
|
||||
framework:
|
||||
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:
|
||||
level: VERY_VERBOSE
|
||||
|
Reference in New Issue
Block a user