Skip to content

Commit

Permalink
Fix #2766 - invert AS1 and AS2 downlink frequencies (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand authored May 25, 2024
1 parent be9f08c commit 60ee46f
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 60ee46f

Please sign in to comment.