diff --git a/README.md b/README.md index cbb7852..2d33e86 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,10 @@ mwtchahrd -i -p [-c ] [-d] [-u] - `-f, --freq ` Spotting frequency [default: 14105000]. -- `-y, --my_lat ` +- `-y, --my-lat ` Spotter latitude, DD.dddd. -- `-x, --my_lon ` +- `-x, --my-lon ` Spotter longitude, DD.dddd. - `-t, --filter ` @@ -118,10 +118,10 @@ mwtchahrd -i 127.0.0.1 -p 8000 -u ### Spotting to [Spothole.app](https://spothole.app) API -Sends only UI frames and mode is hardcoded as `PKT`. Spot from callsign `W1CDN` and report fixed frequency 14.105 MHz: +Sends only UI frames and mode is hardcoded as `PKT`. Spot from callsign `W1CDN` and report fixed frequency 14.105 MHz. Report your location as spotter and don't spot your own beacons. ```bash -mwtchahrd --ip 192.168.0.6 --port 8000 --spotter W1CDN --spothole --freq 14105000 +mwtchahrd --ip 192.168.0.6 --port 8000 --spotter W1CDN --spothole --freq 14105000 --my-lat 47.01 --my-lon -97.01 --filter W1CDN-1,W1CDN-7 ``` ## Code Overview