remove faulty partition line

This commit is contained in:
mverch67 2024-10-29 22:12:21 +01:00
parent 16f0a91724
commit a922e06bd2

View File

@ -34,7 +34,6 @@ platform_packages =
; platformio/framework-arduinoespressif32 @ symlink:///home/manuel/Documents/PlatformIO/Projects/arduino-esp32
platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32.git#add_tca9535 ; based on 2.0.16
board = seeed-sensecap-indicator
board_build.partitions = default_16MB.csv
board_check = true
board_level = extra
board_build.partitions = default_8MB.csv ; must be here for some reason, board.json is not enough !?