partitions: go back to 8mb flash detection

This commit is contained in:
2026-01-03 14:46:05 +01:00
parent 38251303b7
commit 3d6f784683
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[target.xtensa-esp32s3-none-elf]
runner = "espflash flash --monitor --chip esp32s3 --partition-table ./partitions.csv --flash-size 16mb"
runner = "espflash flash --monitor --chip esp32s3 --partition-table ./partitions.csv"
[env]
ESP_LOG="info"