-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
66 lines (62 loc) · 1.59 KB
/
platformio.ini
File metadata and controls
66 lines (62 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[platformio]
src_dir = src
;include_dir = include
[env:heltec_wifi_lora_32_V2]
platform = espressif32
board = heltec_wifi_lora_32_V2
framework = arduino
monitor_speed = 115200
monitor_filters = time
build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE -std=c++17
;upload_port = COM13
lib_deps =
Update
ArduinoOTA
contrem/arduino-timer @ ^2.3.0
paulstoffregen/Time@^1.6.1
zeed/ESP Async WebServer@^1.2.3
https://github.com/BrentonPoke/ClusterDuck-Protocol.git
[env:ttgo-lora32-v1]
platform = espressif32
board = ttgo-lora32-v1
framework = arduino
monitor_speed = 115200
monitor_filters = time
;upload_port = COM3
build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE -std=c++17
lib_deps =
Update
ArduinoOTA
contrem/arduino-timer @ ^2.3.0
paulstoffregen/Time@^1.6.1
zeed/ESP Async WebServer@^1.2.3
https://github.com/BrentonPoke/ClusterDuck-Protocol.git
[env:ttgo-lora32-v21]
platform = espressif32
board = ttgo-lora32-v21
framework = arduino
monitor_speed = 115200
monitor_filters = time
upload_port = COM4
build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE -std=c++17
lib_deps =
Update
ArduinoOTA
contrem/arduino-timer @ ^2.3.0
paulstoffregen/Time@^1.6.1
zeed/ESP Async WebServer@^1.2.3
https://github.com/BrentonPoke/ClusterDuck-Protocol.git
[env:heltec_wifi_lora_32_V3]
platform = espressif32
board = heltec_wifi_lora_32_V3
framework = arduino
monitor_speed = 115200
monitor_filters = time
;upload_port = COM1
lib_deps =
Update
ArduinoOTA
contrem/arduino-timer @ ^2.3.0
paulstoffregen/Time@^1.6.1
zeed/ESP Async WebServer@^1.2.3
https://github.com/BrentonPoke/ClusterDuck-Protocol.git