mirror of
https://github.com/romanz/amodem.git
synced 2026-03-06 23:05:57 +08:00
README: fix -vv flags position
This commit is contained in:
@@ -142,12 +142,12 @@ and please send me `recording.raw` file for debugging.
|
||||
|
||||
- Start the receiver, which will wait for the sender to start:
|
||||
```
|
||||
~/receiver $ amodem-cli -vv recv >data.rx
|
||||
~/receiver $ amodem-cli recv -vv >data.rx
|
||||
```
|
||||
|
||||
- Start the sender, which will modulate the data and start the transmission:
|
||||
```
|
||||
~/sender $ amodem-cli -vv send <data.tx
|
||||
~/sender $ amodem-cli send -vv <data.tx
|
||||
```
|
||||
|
||||
- A similar log should be emitted by the sender:
|
||||
|
||||
Reference in New Issue
Block a user