Fix command.

This commit is contained in:
mattbk
2025-10-21 21:13:48 -05:00
parent b14f4eee6a
commit 796035ac59

View File

@@ -112,7 +112,7 @@ mwtchahrd -i 127.0.0.1 -p 8000 -u
Sends only UI frames and mode is hardcoded as `PKT`. Spot from callsign `W1CDN` and report fixed frequency 14.105 MHz:
```bash
cargo run -- --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
```
## Code Overview