mirror of
https://github.com/davidhoness/sstv_decoder.git
synced 2025-12-06 04:12:01 +01:00
Update README.md
This commit is contained in:
parent
d041983eb4
commit
a427141ebc
|
|
@ -199,10 +199,11 @@ Here's an MP3 test file you can [download](https://raw.githubusercontent.com/dav
|
|||
- Click `Unspecified` in the top right to set your location
|
||||
- On the home page, under *Satellites* click `ISS`
|
||||
- Under *Passes to include* click `all`
|
||||
1. **OPTIONAL:** Before you leave your ground station overnight. Run these commands to increase the process priority for the main three programs we're using in this setup.
|
||||
1. **OPTIONAL:** Before you leave your ground station overnight. Run these commands to increase the process priority for the main four programs we're using in this setup.
|
||||
- Start > Accessories > Terminal
|
||||
```
|
||||
sudo renice -1 $(pgrep rtl_fm)
|
||||
sudo renice -1 $(pgrep play)
|
||||
sudo renice -1 $(pgrep qsstv)
|
||||
sudo renice -1 $(pgrep doppler)
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue