26 lines
798 B
INI
26 lines
798 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:heltec_wifi_lora_32_V2]
|
|
platform = espressif32
|
|
board = heltec_wifi_lora_32_V2
|
|
framework = arduino
|
|
lib_deps =
|
|
adafruit/Adafruit NeoPixel@^1.11.0
|
|
https://github.com/olikraus/U8g2_Arduino
|
|
https://github.com/ricaun/SimpleLMIC
|
|
boschsensortec/BSEC Software Library@1.6.1480
|
|
mcci-catena/MCCI LoRaWAN LMIC library@^4.1.1
|
|
sabas1080/CayenneLPP@^1.1.0
|
|
monitor_speed = 115200
|
|
build_flags =
|
|
-D hal_init=LMICHAL_init
|
|
-D CFG_eu868=1
|