-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
36 lines (33 loc) · 1.1 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
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
; [env:esp32dev]
; platform = espressif32
; board = esp32dev
; ;upload_protocol = esptool
; monitor_speed = 115200
; ;upload_port = com3
; framework = espidf
; build_flags =
; ; https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-wrover-kit.html#rgb-led
; -D CONFIG_BLINK_GPIO=2
[env:esp32dev]
platform = espressif32
board = esp32dev
upload_protocol = esptool
monitor_speed = 115200
upload_port = com3
framework = arduino
; build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
lib_deps =
Blynk@0.6.1
ArduinoJson@5.13.4
;WifiManager=https://github.com/tzapu/WiFiManager.git#development
WifiManager=git+https://github.com/OloloevReal/WiFiManager.git#6380da2
https://github.com/OloloevReal/TinyGSM#SIM7020E
https://github.com/OloloevReal/TinyCoap