-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
43 lines (41 loc) · 1.24 KB
/
platformio.ini
File metadata and controls
43 lines (41 loc) · 1.24 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
34
35
36
37
38
39
40
41
42
43
; 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:esp32doit-devkit-v1-ota]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
check_tool = clangtidy
upload_protocol = espota
upload_port = 192.168.50.226
build_flags = -DCORE_DEBUG_LEVEL=2
monitor_filters = colorize
lib_ldf_mode = deep+
lib_deps =
https://github.com/tzapu/WiFiManager.git#v2.0.12-beta
evert-arias/EasyButton@^2.0.3
lnlp/EasyLed@^1.1.0
bblanchon/ArduinoJson@^6.19.2
lennarthennigs/ESP Telnet@^2.2.3
[env:esp32doit-devkit-v1-serial]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
check_tool = clangtidy
upload_port = /dev/tty.usbserial-0001
build_flags = -DCORE_DEBUG_LEVEL=2
monitor_filters = colorize
monitor_speed = 115200
lib_ldf_mode = deep+
lib_deps =
https://github.com/tzapu/WiFiManager.git#v2.0.12-beta
evert-arias/EasyButton@^2.0.3
lnlp/EasyLed@^1.1.0
bblanchon/ArduinoJson@^6.19.2
lennarthennigs/ESP Telnet@^2.2.3