-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
37 lines (32 loc) · 1.06 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
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]
default_envs = prod
[env]
platform = espressif8266
board = d1_mini
framework = arduino
upload_port = /dev/cu.*usbserial*
upload_speed = 460800
monitor_port = /dev/cu.*usbserial*
monitor_speed = 115200
; Set to 1 to disable device reset when serial monitor is connected
monitor_rts = 0
monitor_dtr = 0
lib_deps =
DHT sensor library for [email protected]
https://github.com/jfturcot/SimpleTimer.git#b30890b8f7046bf3b0258e5870e5dda78ac5c71a
https://github.com/enjoyneering/HTU2xD_SHT2x_Si70xx.git#5a76484f6fd0504125851cc23791f0e2a73e6dae
https://github.com/vi7/rc-switch.git#149eba564821e586ef1c221ff8eef1582672bccd
[env:prod]
[env:test]
build_flags =
-D CUSTOM_NETWORK