Fix rx command help
This commit is contained in:
parent
768c3f3188
commit
92f69b56ae
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ static void command(const char *cmd)
|
|||
puts("help - this help");
|
||||
puts("drive N X - set GPIO pin drive strength");
|
||||
puts("bias I O - output negated I to O");
|
||||
puts("rx N FREQ - receive on pin N");
|
||||
puts("rx N B FREQ - receive on pin N, biasing with pin B");
|
||||
puts("brx N FREQ - receive on pin N, binary output");
|
||||
puts("bpsk N FREQ - transmit on pin N with BPSK");
|
||||
puts("fsk N FREQ - transmit on pin N with FSK");
|
||||
|
|
Loading…
Reference in a new issue