File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " esp8266" ,
3
3
"config" : {
4
4
"tx" : {
5
- "help" : " TX pin for serial connection. D1 assumed if Arduino Form Factor(AFF) , needs to be set/overwritten otherwise" ,
5
+ "help" : " TX pin for serial connection. D1 assumed if Arduino Form Factor, needs to be set/overwritten otherwise" ,
6
6
"value" : null
7
7
},
8
8
"rx" : {
9
- "help" : " RX pin for serial connection. D0 assumed if Arduino Form Factor(AFF) , needs to be set/overwritten otherwise" ,
9
+ "help" : " RX pin for serial connection. D0 assumed if Arduino Form Factor, needs to be set/overwritten otherwise" ,
10
10
"value" : null
11
11
},
12
12
"rts" : {
13
- "help" : " RTS pin for serial connection, defaults to Not Connected(NC) " ,
13
+ "help" : " RTS pin for serial connection, defaults to Not Connected" ,
14
14
"value" : null
15
15
},
16
16
"cts" : {
17
- "help" : " CTS pin for serial connection, defaults to Not Connected(NC) " ,
17
+ "help" : " CTS pin for serial connection, defaults to Not Connected" ,
18
18
"value" : null
19
19
},
20
20
"debug" : {
You can’t perform that action at this time.
0 commit comments