Skip to content

Commit d1412c4

Browse files
author
Veijo Pesonen
committed
Drops unnecessary acronyms from config helps
1 parent cbbeed5 commit d1412c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mbed_lib.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "esp8266",
33
"config": {
44
"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",
66
"value": null
77
},
88
"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",
1010
"value": null
1111
},
1212
"rts": {
13-
"help": "RTS pin for serial connection, defaults to Not Connected(NC)",
13+
"help": "RTS pin for serial connection, defaults to Not Connected",
1414
"value": null
1515
},
1616
"cts": {
17-
"help": "CTS pin for serial connection, defaults to Not Connected(NC)",
17+
"help": "CTS pin for serial connection, defaults to Not Connected",
1818
"value": null
1919
},
2020
"debug": {

0 commit comments

Comments
 (0)