Skip to content
This repository was archived by the owner on Dec 3, 2020. It is now read-only.

Commit 98540fb

Browse files
committed
add buff flag to readme
1 parent 67a5844 commit 98540fb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@ OPTIONS:
6363
6464
FLAGS:
6565
-h, --help Prints help information
66-
-r, --reboot reboot fc
67-
-s, --save settings file path
66+
-r, --reboot Reboot fc
67+
-s, --save Settings file path
68+
--strict Stop if setting not found in fc
6869
-v, --verbose display internal message receive and send
69-
--strict stop if setting not found in fc
70+
-b --buff Max amount of msp messages can be sent without receiving response,
71+
essentially buffering the msp write.
72+
setting the buffer to 0 will make the communication unidirectional, only writes
7073
-V, --version Prints version information
7174
```
7275

0 commit comments

Comments
 (0)