Skip to content

Commit

Permalink
Add partition schemes to adafruit featheresp32 (#3255)
Browse files Browse the repository at this point in the history
* Add partition schemes to adafruit featheresp32

* Removed minimal partition scheme
  • Loading branch information
tpitman authored and me-no-dev committed Sep 24, 2019
1 parent 0eec630 commit 0ac2de7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards.txt
Expand Up @@ -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
Expand Down

0 comments on commit 0ac2de7

Please sign in to comment.