Skip to content

Commit 9e5c5fc

Browse files
committed
Remove custom 8MB partitions and config
Delete partitions_8MB_logging.csv and remove the board_build.partitions reference from platformio.ini. This makes PlatformIO fall back to the default partition table and removes the project-specific 8MB logging partition configuration.
1 parent 592c5b9 commit 9e5c5fc

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

partitions_8MB_logging.csv

Lines changed: 0 additions & 7 deletions
This file was deleted.

platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ platform = espressif32@6.12.0
2525
board = m5stack-stamps3
2626
framework = arduino
2727
src_folder = sp140
28-
board_build.partitions = partitions_8MB_logging.csv
2928
; If esptool.py complains about missing intelhex, install into the tool package:
3029
; ~/.platformio/penv/bin/python -m pip install intelhex -t ~/.platformio/packages/tool-esptoolpy
3130
extra_scripts =

0 commit comments

Comments
 (0)