Skip to content

Commit

Permalink
Also show how space is allocated for the default partitions (#2649)
Browse files Browse the repository at this point in the history
Make all the partitions descriptions consistent, they now all show what space allocation you get.
  • Loading branch information
marcmerlin authored and me-no-dev committed Apr 11, 2019
1 parent da8b7c1 commit 6744565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ esp32.menu.PSRAM.disabled.build.defines=
esp32.menu.PSRAM.enabled=Enabled
esp32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue

esp32.menu.PartitionScheme.default=Default with spiffs (4MB FLASH)
esp32.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
esp32.menu.PartitionScheme.default.build.partitions=default
esp32.menu.PartitionScheme.defaultffat=Default with ffat (4MB FLASH)
esp32.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
esp32.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
esp32.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
esp32.menu.PartitionScheme.minimal.build.partitions=minimal
Expand Down

0 comments on commit 6744565

Please sign in to comment.