-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplatformio.ini
38 lines (35 loc) · 1.03 KB
/
platformio.ini
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
34
35
36
37
38
; 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 = espressif32
board = esp32doit-devkit-v1
board_build.f_flash = 80000000L
framework = arduino
monitor_speed = 115200
lib_deps =
ArduinoOTA=https://github.com/jandrassy/ArduinoOTA.git
adafruit/Adafruit ADS1X15@^2.4.0
bblanchon/ArduinoJson@^6.18.3
lasselukkari/aWOT@^3.4.0
arduino-libraries/Ethernet@^2.0.0
madhephaestus/ESP32Servo@^0.11.0
adafruit/Adafruit MPU6050@^2.2.4
pkerspe/ESP-FlexyStepper@^1.4.6
[env:CableUpload]
monitor_port = COM3
upload_port = COM3
src_filter = +<*>
[env:OTAUpload]
monitor_port = COM6
src_filter = +<*>
extra_scripts = post:extra_scripts.py
upload_protocol = custom
upload_flags =
http://arduino:[email protected]:65280/sketch