|
|
|
@ -42,7 +42,7 @@ keyfile = ota.conf
|
|
|
|
|
platform_espressif32 = espressif32@1.6.0
|
|
|
|
|
board_build.partitions = min_spiffs.csv
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
lib_deps_lora =
|
|
|
|
|
lib_deps_lora =
|
|
|
|
|
MCCI LoRaWAN LMIC library@^2.3.1
|
|
|
|
|
lib_deps_display =
|
|
|
|
|
U8g2@>=2.25.5
|
|
|
|
@ -55,7 +55,7 @@ lib_deps_rtc =
|
|
|
|
|
lib_deps_basic =
|
|
|
|
|
ArduinoJson@^5.13.1
|
|
|
|
|
Time@>=1.5
|
|
|
|
|
lib_deps_all =
|
|
|
|
|
lib_deps_all =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_display}
|
|
|
|
@ -84,10 +84,10 @@ framework = arduino
|
|
|
|
|
board = esp32dev
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 115200
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -99,11 +99,11 @@ framework = arduino
|
|
|
|
|
board = esp32dev
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 115200
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_rgbled}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -115,11 +115,11 @@ framework = arduino
|
|
|
|
|
board = heltec_wifi_lora_32
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_display}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -131,11 +131,11 @@ framework = arduino
|
|
|
|
|
board = heltec_wifi_lora_32
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_display}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -147,11 +147,11 @@ framework = arduino
|
|
|
|
|
board = ttgo-lora32-v1
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 115200
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_display}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -163,11 +163,11 @@ framework = arduino
|
|
|
|
|
board = ttgo-lora32-v1
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_display}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -179,11 +179,11 @@ framework = arduino
|
|
|
|
|
board = esp32dev
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_display}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -195,11 +195,11 @@ framework = arduino
|
|
|
|
|
board = esp32dev
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_display}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -211,7 +211,7 @@ framework = arduino
|
|
|
|
|
board = esp32dev
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_display}
|
|
|
|
@ -228,12 +228,12 @@ framework = arduino
|
|
|
|
|
board = ttgo-t-beam
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_gps}
|
|
|
|
|
; ${common.lib_deps_display}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_all}
|
|
|
|
|
-mfix-esp32-psram-cache-issue
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
@ -246,11 +246,11 @@ framework = arduino
|
|
|
|
|
board = esp32dev
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_rgbled}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -262,12 +262,12 @@ framework = arduino
|
|
|
|
|
board = lopy
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_rgbled}
|
|
|
|
|
${common.lib_deps_gps}
|
|
|
|
|
build_flags =
|
|
|
|
|
build_flags =
|
|
|
|
|
${common.build_flags_basic}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
@ -297,7 +297,7 @@ framework = arduino
|
|
|
|
|
board = lolin32
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_rgbled}
|
|
|
|
@ -309,11 +309,11 @@ monitor_speed = ${common.monitor_speed}
|
|
|
|
|
|
|
|
|
|
[env:lolin32lora]
|
|
|
|
|
platform = ${common.platform_espressif32}
|
|
|
|
|
framework = arduino
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = lolin32
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
|
${common.lib_deps_rgbled}
|
|
|
|
@ -325,11 +325,11 @@ monitor_speed = ${common.monitor_speed}
|
|
|
|
|
|
|
|
|
|
[env:lolin32lite]
|
|
|
|
|
platform = ${common.platform_espressif32}
|
|
|
|
|
framework = arduino
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = lolin32
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
lib_deps =
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common.lib_deps_basic}
|
|
|
|
|
${common.lib_deps_rgbled}
|
|
|
|
|
build_flags =
|
|
|
|
@ -352,7 +352,7 @@ monitor_speed = ${common.monitor_speed}
|
|
|
|
|
|
|
|
|
|
[env:generic]
|
|
|
|
|
platform = ${common.platform_espressif32}
|
|
|
|
|
framework = arduino
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32dev
|
|
|
|
|
board_build.partitions = ${common.board_build.partitions}
|
|
|
|
|
upload_speed = 921600
|
|
|
|
@ -360,4 +360,4 @@ lib_deps = ${common.lib_deps_all}
|
|
|
|
|
build_flags = ${common.build_flags_all}
|
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
|
monitor_speed = ${common.monitor_speed}
|
|
|
|
|
monitor_speed = ${common.monitor_speed}
|
|
|
|
|