2026-05-03 15:22:40 +02:00
|
|
|
; 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:T3_V1_6_SX1276]
|
|
|
|
|
platform = espressif32@6.9.0
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32dev
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
|
|
|
|
build_flags =
|
|
|
|
|
-DT3_V1_6_SX1276
|
|
|
|
|
|
|
|
|
|
lib_deps =
|
2026-05-06 20:30:08 +02:00
|
|
|
adafruit/Adafruit SSD1306 @ ^2.5.15
|
|
|
|
|
adafruit/Adafruit GFX Library @ ^1.12.1
|
|
|
|
|
adafruit/Adafruit BusIO @ ^1.16.3
|
2026-05-03 15:22:40 +02:00
|
|
|
jgromes/RadioLib@6.6.0
|