From 0ac2de7aab9459031cfcdcc7265ea777a1064e43 Mon Sep 17 00:00:00 2001 From: tpitman Date: Tue, 24 Sep 2019 10:21:08 -0600 Subject: [PATCH] Add partition schemes to adafruit featheresp32 (#3255) * Add partition schemes to adafruit featheresp32 * Removed minimal partition scheme --- boards.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/boards.txt b/boards.txt index d9458af3..6c14c520 100644 --- a/boards.txt +++ b/boards.txt @@ -1654,6 +1654,15 @@ featheresp32.menu.DebugLevel.debug.build.code_debug=4 featheresp32.menu.DebugLevel.verbose=Verbose featheresp32.menu.DebugLevel.verbose.build.code_debug=5 +featheresp32.menu.PartitionScheme.default=Default +featheresp32.menu.PartitionScheme.default.build.partitions=default +featheresp32.menu.PartitionScheme.no_ota=No OTA (Large APP) +featheresp32.menu.PartitionScheme.no_ota.build.partitions=no_ota +featheresp32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152 +featheresp32.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA) +featheresp32.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs +featheresp32.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080 + ############################################################## nodemcu-32s.name=NodeMCU-32S