esp32-cam-webapi/platformio.ini
2022-08-29 21:54:40 -04:00

20 lines
701 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
board_build.partitions = default.csv
;board_build.partitions = min_spiffs.csv # required for OTA to work, see https://community.platformio.org/t/esp32-cam-ota-upload-problem/17179/15
framework = arduino
monitor_speed = 115200
;upload_protocol = espota
;upload_port = 192.168.0.190