From b026bfbd989809d1833bcf63b2604ae2c0622f54 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 4 Aug 2026 06:02:46 -0700 Subject: [PATCH] 8mb partition table for ThinkNode-M7 (#11338) This will break OTA and result in FS wipes. Wouldn't hurt to recommend complete wipes for the install, too. --- variants/esp32s3/ELECROW-ThinkNode-M7/platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variants/esp32s3/ELECROW-ThinkNode-M7/platformio.ini b/variants/esp32s3/ELECROW-ThinkNode-M7/platformio.ini index ebe31fb52..bfa69ab6c 100644 --- a/variants/esp32s3/ELECROW-ThinkNode-M7/platformio.ini +++ b/variants/esp32s3/ELECROW-ThinkNode-M7/platformio.ini @@ -1,6 +1,7 @@ [env:thinknode_m7] extends = esp32s3_base board = ThinkNode-M7 +board_build.partitions = partition-table-8MB.csv board_level = pr build_flags = @@ -27,4 +28,4 @@ build_src_filter = lib_deps = ${esp32s3_base.lib_deps} # renovate: datasource=github-tags depName=ESP32-CH390 packageName=meshtastic/ESP32-CH390 - https://github.com/meshtastic/ESP32-CH390/archive/refs/tags/v1.1.0.zip \ No newline at end of file + https://github.com/meshtastic/ESP32-CH390/archive/refs/tags/v1.1.0.zip