esp32_handheld/platformio.ini

19 lines
541 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:esp32dev]
framework = arduino
platform = espressif32 @ 4.1.0
board = esp32dev
upload_speed = 115200
lib_deps =
bodmer/TFT_eSPI @ ^2.5.23
arturo182/BBQ10Keyboard@^1.1.0