platformio.ini: ecopower board added
This commit is contained in:
parent
268908b7f1
commit
cd3928af4f
@ -9,7 +9,8 @@
|
|||||||
;env_default = generic
|
;env_default = generic
|
||||||
;env_default = ebox
|
;env_default = ebox
|
||||||
;env_default = eboxtube
|
;env_default = eboxtube
|
||||||
env_default = heltec
|
env_default = ecopower
|
||||||
|
;env_default = heltec
|
||||||
;env_default = heltecv2
|
;env_default = heltecv2
|
||||||
;env_default = ttgov1
|
;env_default = ttgov1
|
||||||
;env_default = ttgov2
|
;env_default = ttgov2
|
||||||
@ -45,7 +46,7 @@ board_build.partitions = min_spiffs.csv
|
|||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
lib_deps_lora =
|
lib_deps_lora =
|
||||||
;MCCI LoRaWAN LMIC library@>=2.3.2
|
;MCCI LoRaWAN LMIC library@>=2.3.2
|
||||||
https://github.com/mcci-catena/arduino-lmic.git#e30e56e
|
https://github.com/mcci-catena/arduino-lmic.git#6e5ebbe
|
||||||
lib_deps_display =
|
lib_deps_display =
|
||||||
U8g2@>=2.25.7
|
U8g2@>=2.25.7
|
||||||
lib_deps_rgbled =
|
lib_deps_rgbled =
|
||||||
@ -114,6 +115,22 @@ upload_protocol = ${common.upload_protocol}
|
|||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
monitor_speed = ${common.monitor_speed}
|
monitor_speed = ${common.monitor_speed}
|
||||||
|
|
||||||
|
[env:ecopower]
|
||||||
|
platform = ${common.platform_espressif32}
|
||||||
|
framework = arduino
|
||||||
|
board = esp32dev
|
||||||
|
board_build.partitions = ${common.board_build.partitions}
|
||||||
|
upload_speed = 921600
|
||||||
|
lib_deps =
|
||||||
|
${common.lib_deps_basic}
|
||||||
|
${common.lib_deps_lora}
|
||||||
|
${common.lib_deps_display}
|
||||||
|
build_flags =
|
||||||
|
${common.build_flags_basic}
|
||||||
|
upload_protocol = ${common.upload_protocol}
|
||||||
|
extra_scripts = ${common.extra_scripts}
|
||||||
|
monitor_speed = ${common.monitor_speed}
|
||||||
|
|
||||||
[env:heltec]
|
[env:heltec]
|
||||||
platform = ${common.platform_espressif32}
|
platform = ${common.platform_espressif32}
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
Loading…
Reference in New Issue
Block a user