Skip to content

Commit 64aa2f4

Browse files
committed
ci: ensure 8MB flash for larger app partition
1 parent 2d3b776 commit 64aa2f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
target: esp32s3
2222
path: firmware
2323
command: |
24+
# Force 8MB flash so app partition is big enough
25+
echo "CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y" >> sdkconfig.defaults
26+
echo "CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y" >> sdkconfig.defaults
2427
idf.py build
2528
mkdir -p ../dist
2629
cd build

0 commit comments

Comments
 (0)