mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
[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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user