[LORA][BREAKING] Update LoRa env partition (#2110)

Not enough flash memory with the regular one

Co-authored-by: Florian <1technophile@users.noreply.github.com>
This commit is contained in:
Florian
2024-11-13 07:28:56 -06:00
committed by GitHub
parent 18cfbb759a
commit bbea094438

View File

@@ -1149,6 +1149,7 @@ custom_hardware = ESP32 TinyPICO
[env:ttgo-lora32-v1]
platform = ${com.esp32_platform}
board = ttgo-lora32-v1
board_build.partitions = min_spiffs.csv
lib_deps =
${com-esp32.lib_deps}
${libraries.ssd1306}
@@ -1169,6 +1170,7 @@ custom_hardware= ESP32 TTGO LORA V1
[env:ttgo-lora32-v21]
platform = ${com.esp32_platform}
board = ttgo-lora32-v21
board_build.partitions = min_spiffs.csv
lib_deps =
${com-esp32.lib_deps}
${libraries.ssd1306}
@@ -1226,6 +1228,7 @@ custom_hardware = TTGO T BEAM
[env:heltec-wifi-lora-32] ; Heltec ESP32 Board with SSD1306 display
platform = ${com.esp32_platform}
board = heltec_wifi_lora_32
board_build.partitions = min_spiffs.csv
lib_deps =
${com-esp32.lib_deps}
${libraries.lora}