-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added scripts and removed FP-Downlink #43
base: master
Are you sure you want to change the base?
Conversation
scripts/radio_manual.sh
Outdated
@@ -0,0 +1,4 @@ | |||
#!/bin/sh | |||
echo "Radio Frequency Contoller started." | |||
rigctl -m 214 -r /dev/radio -s 9600 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mamy inne radia w gsach, nazwij proszę plik radio_fp_manual
, albo coś w ten deseń
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrzuć w zmienną środowiskową tak jak jest PWSAT_GS_NAME
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
też mi to przyszło na myśl. Port COM też tak zrób może - my mamy tty* hell (bo mamy dwa x prolific... i one są nierozróżnialne).
scripts/radio_auto.sh
Outdated
@@ -0,0 +1,4 @@ | |||
#!/bin/sh | |||
echo "Radio Frequency Contoller started." | |||
rigctld -m 214 -r /dev/radio -s 9600 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mamy inne radia w gsach, nazwij proszę plik radio_fp_manual
, albo coś w ten deseń
No description provided.