From b5592fd29e78ab5e8e08808df3c85fb17fa499c0 Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 19 Jun 2020 11:18:11 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95ac586..71dbfcc 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ It is possible to use modem in client mode with other generic Linux ax25/aprs to - Run `axlisten` to capture incoming and outgoing traffic as `sudo axlisten -a` - Use `beacon` utility to send custom packet as ``` - # sudo beacon -c NOCALL-7 -d BEACON ax25 "beacon over lora" - # sudo beacon -c NOCALL-7 -d CQ ax25 "anyone on lora?" + # sudo beacon -c NOCALL-7 -d BEACON WIDE3-3 ax25 "beacon over lora" + # sudo beacon -c NOCALL-7 -d CQ WIDE1-1 WIDE2-1 ax25 "anyone on lora?" # sudo beacon -c NOCALL-7 -d APZMDM WIDE1-1 ax25 "!0000.00N/00000.00E#test position report" ```