Add RSPduo reset script to readme

This commit is contained in:
30hours 2024-04-02 10:42:32 +00:00
parent d4a1c14e5a
commit 0ef2649827
3 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ The radar processing output is available on [http://localhost:49152](http://loca
## FAQ
- If the SDRplay RSPduo does not capture data, restart the API service (on the host) using `sudo systemctl restart sdrplay.api`.
- If the SDRplay RSPduo does not capture data, restart the API service (on the host) using the script `sudo ./script/blah2_rspduo_restart.bash`.
## Contributing

View file

@ -1,2 +1,2 @@
# add to /etc/crontab
*/5 * * * * root /opt/blah2/script/blah2.bash
*/5 * * * * root /opt/blah2/script/blah2_rspduo_restart.bash