Files
LoraSA/platformio.ini
T
Egor Shitikov 14d8be069d e-ink
2024-08-24 01:01:33 -07:00

52 lines
1.3 KiB
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
[platformio]
;; for env:vision-master-e290
;;src_dir = elink_src
;; for env:heltec_wifi_lora_32_V3
;;src_dir = src
[env:heltec_wifi_lora_32_V3]
platform = espressif32
board = heltec_wifi_lora_32_V3
framework = arduino
upload_speed = 115200
monitor_speed = 115200
board_build.f_cpu = 240000000
lib_deps =
ropg/Heltec_ESP32_LoRa_v3@^0.9.1
build_flags = -DHELTEC_POWER_BUTTON
[env:vision-master-e290]
platform = espressif32
board = heltec_wifi_lora_32_V3
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
board_upload.use_1200bps_touch = true
build_flags =
-D HELTEC_BOARD=37
-D SLOW_CLK_TPYE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-D LoRaWAN_DEBUG_LEVEL=0
-D E290
-D ESP32
-D Vision_Master_E290
-D RADIOLIB_EXCLUDE_CC1101=1
-D RADIOLIB_EXCLUDE_LR11x0=1
lib_deps =
SPI
Wire
adafruit/Adafruit BusIO @ 1.9.6
https://github.com/HelTecAutomation/Heltec_ESP32/
adafruit/Adafruit GFX Library@^1.11.10
ropg/Heltec_ESP32_LoRa_v3@^0.9.1