From fd59eadf6e09de421d35bcf2b28c9e3596defac2 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:38:32 +0200 Subject: [PATCH] Fix wrong partition name entry --- boards/adafruit_feather_esp32s3_reversetft.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boards/adafruit_feather_esp32s3_reversetft.json b/boards/adafruit_feather_esp32s3_reversetft.json index c9209de..8de715f 100644 --- a/boards/adafruit_feather_esp32s3_reversetft.json +++ b/boards/adafruit_feather_esp32s3_reversetft.json @@ -1,8 +1,7 @@ { "build": { "arduino": { - "ldscript": "esp32s3_out.ld", - "partitions": "partitions-4MB-tinyuf2.csv", + "partitions": "tinyuf2-partitions-4MB.csv", "memory_type": "qio_qspi" }, "core": "esp32",