20 lines
612 B
INI
20 lines
612 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
|
|
framework = arduino
|
|
lib_deps =
|
|
plerup/EspSoftwareSerial@^6.16.1
|
|
tinypico/TinyPICO Helper Library@^1.4.0
|
|
t-vk/ESP32 BLE Keyboard@^0.3.2
|
|
|