-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
108 lines (91 loc) · 2.07 KB
/
platformio.ini
File metadata and controls
108 lines (91 loc) · 2.07 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[common]
lib_deps =
https://github.com/knolleary/pubsubclient
platform = espressif8266
framework = arduino
[env:APP_DHT_IR]
ID = 13113F
platform = ${common.platform}
framework = ${common.framework}
board = nodemcuv2
lib_deps =
${common.lib_deps}
IRremoteESP8266
https://github.com/adafruit/DHT-sensor-library
build_flags = -D APP_DHT_IR
upload_port = 192.168.0.104
upload_flags = --auth=admin
[env:APP_RGB]
ID = 131BB8
platform = ${common.platform}
framework = ${common.framework}
board = nodemcuv2
lib_deps =
${common.lib_deps}
build_flags = -D APP_RGB
upload_port = 192.168.0.102
upload_flags = --auth=admin
[env:APP_BATH]
ID = 131DA0
platform = ${common.platform}
framework = ${common.framework}
board = nodemcuv2
lib_deps =
${common.lib_deps}
https://github.com/adafruit/DHT-sensor-library
build_flags = -D APP_BATH
upload_port = 192.168.0.101
upload_flags = --auth=admin
[env:APP_CATOMAT]
ID = 131C31
platform = ${common.platform}
framework = ${common.framework}
board = nodemcuv2
lib_deps = ${common.lib_deps}
build_flags = -D APP_CATOMAT
;upload_port = COM11
upload_port = 192.168.0.109
upload_flags = --auth=admin
[env:APP_ENTRANCE]
ID = 126362
platform = ${common.platform}
framework = ${common.framework}
board = nodemcuv2
lib_deps =
${common.lib_deps}
https://github.com/adafruit/DHT-sensor-library
build_flags = -D APP_ENTRANCE
upload_port = 192.168.0.110
upload_flags = --auth=admin
[env:APP_ADC]
ID = 13172E
platform = ${common.platform}
framework = ${common.framework}
board = nodemcuv2
lib_deps =
${common.lib_deps}
build_flags = -D APP_ADC
upload_port = 192.168.0.106
upload_flags = --auth=admin
;[env:008096]
;upload_port = 192.168.0.105
;[env:13172e]
;upload_port = 192.168.0.106
;[env:125c86]
;upload_port = 192.168.0.107
;[env:131021]
;upload_port = 192.168.0.108
;[env:131C31]
;upload_port = 192.168.0.109
;[env:126362]
;upload_port = 192.168.0.110
;[env:131aed]
;upload_port = 192.168.0.111
;[env:015298]
;upload_port = 192.168.0.112
;[env:131679]
;upload_port = 192.168.0.113
;[env:12596c]
;upload_port = 192.168.0.114
;[env:1316CE]
;upload_port = 192.168.0.115