-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
34 lines (30 loc) · 1.03 KB
/
platformio.ini
File metadata and controls
34 lines (30 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
; 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]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = esp32cam
framework = arduino
lib_deps =
esp32-camera
monitor_filters = esp32_exception_decoder
monitor_speed = 115200
board_build.partitions = min_spiffs.csv ; needed for OTA
[env:esp32cam]
monitor_dtr = 0
monitor_rts = 0
# use this for the initial flash - this will erase and create file system.
# When monitor shows up change name, ssid and password to your needs
extra_scripts = initial_erase_and_flash.py
[env:ota]
upload_protocol = espota
#upload_port = 10.0.0.203
#upload_port = 10.0.0.197
upload_port = cambot.local
#upload_port = bot-test.local