Vibrator/platformio.ini

28 lines
874 B
INI
Raw Permalink Normal View History

2025-01-07 13:41:02 +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
; board_build.flash_size = 4MB
; board_build.maximum_ram_size = 327680
; board_build.maximum_size = 4194304
board_build.partitions = gnss_partitions_4mb.csv
2025-01-07 13:41:02 +01:00
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
avinabmalla/ESP32_BleSerial@^1.0.4