Skip to content

Commit

Permalink
Fix #2766 - invert AS1 and AS2 downlink frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Jan 8, 2024
1 parent afdf9f2 commit 768a025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
{
"radio_0": {
"enable": true,
"freq": 923500000
"freq": 921700000
},
"radio_1": {
"enable": true,
"freq": 924300000
"freq": 922500000
},
"chan_FSK": {
"enable": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
{
"radio_0": {
"enable": true,
"freq": 921700000
"freq": 923500000
},
"radio_1": {
"enable": true,
"freq": 922500000
"freq": 924300000
},
"chan_FSK": {
"enable": true,
Expand Down

0 comments on commit 768a025

Please sign in to comment.