File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
[platformio]
12
12
; uncomment below to build a one env
13
+ ; env_default= d1
13
14
; env_default= nodemcuv2
14
15
; env_default= esp32dev
15
16
; env_default= samd21g18a
18
19
lib_deps =
19
20
https://github.com/mozilla-iot/webthing-arduino.git
20
21
ArduinoJson@~5.6
22
+ monitor_speed = 115200
23
+
24
+ [env:d1]
25
+ platform = espressif8266
26
+ board = d1
27
+ framework = arduino
28
+ lib_deps =
29
+ ${global.lib_deps}
30
+ ESP Async WebServer
31
+ lib_ignore = WiFi101
32
+ lib_ldf_mode = deep+
33
+ monitor_speed = ${global.monitor_speed}
21
34
22
35
[env:nodemcuv2]
23
36
platform = espressif8266
@@ -30,6 +43,7 @@ lib_ignore =
30
43
ArduinoMDNS
31
44
WiFi101
32
45
lib_ldf_mode = deep+
46
+ monitor_speed = ${global.monitor_speed}
33
47
34
48
[env:esp32dev]
35
49
platform = espressif32
@@ -40,6 +54,7 @@ lib_deps =
40
54
ESP Async WebServer
41
55
lib_ignore = WiFi101
42
56
lib_ldf_mode = deep+
57
+ monitor_speed = ${global.monitor_speed}
43
58
44
59
[env:samd21g18a]
45
60
platform = atmelsam
@@ -50,4 +65,3 @@ lib_deps =
50
65
WiFi101
51
66
ArduinoMDNS
52
67
lib_ldf_mode = deep+
53
-
You can’t perform that action at this time.
0 commit comments