Skip to content

Commit 0ac2de7

Browse files
tpitmanme-no-dev
authored andcommitted
Add partition schemes to adafruit featheresp32 (#3255)
* Add partition schemes to adafruit featheresp32 * Removed minimal partition scheme
1 parent 0eec630 commit 0ac2de7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

boards.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,15 @@ featheresp32.menu.DebugLevel.debug.build.code_debug=4
16541654
featheresp32.menu.DebugLevel.verbose=Verbose
16551655
featheresp32.menu.DebugLevel.verbose.build.code_debug=5
16561656

1657+
featheresp32.menu.PartitionScheme.default=Default
1658+
featheresp32.menu.PartitionScheme.default.build.partitions=default
1659+
featheresp32.menu.PartitionScheme.no_ota=No OTA (Large APP)
1660+
featheresp32.menu.PartitionScheme.no_ota.build.partitions=no_ota
1661+
featheresp32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
1662+
featheresp32.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
1663+
featheresp32.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
1664+
featheresp32.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
1665+
16571666
##############################################################
16581667

16591668
nodemcu-32s.name=NodeMCU-32S

0 commit comments

Comments
 (0)