Skip to content

Commit

Permalink
Ooops...
Browse files Browse the repository at this point in the history
  • Loading branch information
MihajloPi authored Oct 29, 2023
2 parents d46b09c + 977c54f commit 6312b18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/receive_meteor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ case "$RECEIVER_TYPE" in
;;
"mirisdr")
samplerate="1e6"
receiver="sdrplay"
decimation=25
receiver="mirisdr"
decimation=8
;;
*)
echo "Invalid RECEIVER_TYPE value: $RECEIVER_TYPE"
Expand Down
4 changes: 2 additions & 2 deletions scripts/receive_noaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ case "$RECEIVER_TYPE" in
;;
"mirisdr")
samplerate="1e6"
receiver="sdrplay"
decimation=25
receiver="mirisdr"
decimation=8
;;
*)
echo "Invalid RECEIVER_TYPE value: $RECEIVER_TYPE"
Expand Down

0 comments on commit 6312b18

Please sign in to comment.