LilyGO / TTGO-LORA32

ESP32-TTGO-T3
318 stars 100 forks source link

Add PartitionScheme options on Arduino menu #26

Open msoyamada opened 3 years ago

msoyamada commented 3 years ago

Hello, There is no option for partition scheme on the Arduíno tools menu for the TTGO_Lora32_OLED_V1 board. Can I add the options on the boards.txt file, using the same parameters found in the TTGO T1 board?

Example of the T1 board: ttgo-t1.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS) ttgo-t1.menu.PartitionScheme.default.build.partitions=default ttgo-t1.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS) ttgo-t1.menu.PartitionScheme.defaultffat.build.partitions=default_ffat ttgo-t1.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS) ttgo-t1.menu.PartitionScheme.minimal.build.partitions=minimal ttgo-t1.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS) ttgo-t1.menu.PartitionScheme.no_ota.build.partitions=no_ota ttgo-t1.menu.PartitionScheme.no_ota.upload.maximum_size=2097152 ttgo-t1.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS) ttgo-t1.menu.PartitionScheme.noota_3g.build.partitions=noota_3g ttgo-t1.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576 ttgo-t1.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS) ttgo-t1.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat ttgo-t1.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152 ttgo-t1.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS) ttgo-t1.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat ttgo-t1.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576 ttgo-t1.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS) ttgo-t1.menu.PartitionScheme.huge_app.build.partitions=huge_app ttgo-t1.menu.PartitionScheme.huge_app.upload.maximum_size=3145728 ttgo-t1.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS) ttgo-t1.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs ttgo-t1.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080