Zeitraffer/platformio.ini
2023-04-13 19:25:10 +02:00

27 lines
718 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:esp32cam]
platform = espressif32
board = esp32cam
framework = arduino
board_build.filesystem = littlefs
monitor_speed = 115200
monitor_port = /dev/ttyUSB0
monitor_dtr = 0
monitor_rts = 0
monitor_filters = time
upload_port = /dev/ttyUSB0
lib_deps =
espressif/esp32-camera @ 2.0.0
;avinabmalla/ESP32_BleSerial @ 1.0.4