-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
37 lines (30 loc) · 903 Bytes
/
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
; 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
[platformio]
src_dir = src
[env]
[env:d1_mini_pro]
platform = espressif8266
board = d1_mini_pro
framework = arduino
lib_deps =
; prampec/IotWebConf @ ^3.0.0
https://github.com/prampec/IotWebConf.git#8493178020766b65301490dc6be24ea15eaa2a9d
Streaming
pasko-zh/Brzo I2C @ ^1.3.3
khoih-prog/ESP_DoubleResetDetector @ ^1.0.3
arduino-libraries/NTPClient @ ^3.1.0
256dpi/MQTT @ ^2.4.7
bblanchon/ArduinoJson @ ^6.17.2
paulstoffregen/Time @ ^1.6
upload_speed = 2000000
upload_port = COM3
monitor_speed = 2000000
monitor_port = COM3