From 3d6f784683b9f0a152a3dd25542bf84862651586 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sat, 3 Jan 2026 14:46:05 +0100 Subject: [PATCH] partitions: go back to 8mb flash detection --- .cargo/config.toml | 2 +- partitions.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index dd55144..7445a62 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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" diff --git a/partitions.csv b/partitions.csv index b90205d..09a34b6 100644 --- a/partitions.csv +++ b/partitions.csv @@ -4,4 +4,4 @@ nvs, data, nvs, , 0x6000, phy_init, data, phy, , 0x1000, factory, app, factory, , 2M, -sim, data, undefined,, 13M, +sim, data, undefined,, 6M,