forked from OpenSprinkler/OpenSprinkler-Firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
32 lines (29 loc) · 891 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
; 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]
; If platformio.ini in root of project, comment this out
src_dir = .
include_dir = .
[env:d1_mini_lite]
platform = espressif8266
board = d1_mini_lite
framework = arduino
lib_ldf_mode = deep
lib_deps =
uipethernet/UIPEthernet @ ^2.0.8
sui77/rc-switch @ ^2.6.3
squix78/ESP8266_SSD1306 @ ^4.1.0
knolleary/PubSubClient @ ^2.8
sv-zanshin/INA2xx @ ^1.1.0
robtillaart/SHT31 @ ^0.2.6
robtillaart/ADS1X15 @ ^0.2.7
;[env:custom_monitor_speedrate]
;still not sure if this is the right one
monitor_speed = 115200