ppk_bt/platformio.ini
2022-12-05 14:33:36 +00:00

21 lines
635 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:az-delivery-devkit-v4]
platform = espressif32
#board = esp32cam
#board = az-delivery-devkit-v4
board = lolin_c3_mini
framework = arduino
lib_deps =
plerup/EspSoftwareSerial@^6.16.1
tinypico/TinyPICO Helper Library@^1.4.0
t-vk/ESP32 BLE Keyboard@^0.3.2