2025-01-07 11:13:49 +01: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:esp32dev]
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
platform = espressif32
|
|
|
|
|
board = esp32dev
|
|
|
|
|
framework = arduino
|
|
|
|
|
lib_deps =
|
|
|
|
|
sparkfun/SparkFun u-blox GNSS Arduino Library@^2.2.13
|
|
|
|
|
adafruit/Adafruit SSD1306@^2.5.7
|
|
|
|
|
adafruit/Adafruit GFX Library@^1.11.3
|
|
|
|
|
greiman/SdFat@^2.2.0
|
|
|
|
|
jchristensen/JC_Button@^2.1.2
|
|
|
|
|
fbiego/ESP32Time@^2.0.0
|
2025-09-19 13:13:52 +02:00
|
|
|
avinabmalla/ESP32_BleSerial@1.0.4
|
|
|
|
|
build_flags=
|
|
|
|
|
-I BluetoothSerial
|