mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Add RSPduo reset script to readme
This commit is contained in:
parent
d4a1c14e5a
commit
0ef2649827
3 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ The radar processing output is available on [http://localhost:49152](http://loca
|
||||||
|
|
||||||
## FAQ
|
## 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
|
## Contributing
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# add to /etc/crontab
|
# add to /etc/crontab
|
||||||
*/5 * * * * root /opt/blah2/script/blah2.bash
|
*/5 * * * * root /opt/blah2/script/blah2_rspduo_restart.bash
|
||||||
|
|
Loading…
Reference in a new issue