Skip to content

Commit

Permalink
Merge pull request #22 from helium/lthiery/revert-AU915-changes
Browse files Browse the repository at this point in the history
Revert au915 changes
  • Loading branch information
lthiery authored Sep 8, 2021
2 parents bcc18e9 + 8fde025 commit 75b911a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packet_forwarder/global_conf.json.sx1250.AU915
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"radio_0": {
"enable": true,
"type": "SX1250",
"freq": 917100000,
"freq": 917200000,
"rssi_offset": -215.4,
"rssi_tcomp": {"coeff_a": 0, "coeff_b": 0, "coeff_c": 20.41, "coeff_d": 2162.56, "coeff_e": 0},
"tx_enable": true,
Expand Down Expand Up @@ -41,30 +41,30 @@
"radio_1": {
"enable": true,
"type": "SX1250",
"freq": 917800000,
"freq": 917900000,
"rssi_offset": -215.4,
"rssi_tcomp": {"coeff_a": 0, "coeff_b": 0, "coeff_c": 20.41, "coeff_d": 2162.56, "coeff_e": 0},
"tx_enable": false
},
"chan_multiSF_0": {
"enable": true,
"radio": 0,
"if": -300000
"if": -400000
},
"chan_multiSF_1": {
"enable": true,
"radio": 0,
"if": -100000
"if": -200000
},
"chan_multiSF_2": {
"enable": true,
"radio": 0,
"if": 100000
"if": 0
},
"chan_multiSF_3": {
"enable": true,
"radio": 0,
"if": 300000
"if": 200000
},
"chan_multiSF_4": {
"enable": true,
Expand All @@ -74,22 +74,22 @@
"chan_multiSF_5": {
"enable": true,
"radio": 1,
"if": -200000
"if": -100000
},
"chan_multiSF_6": {
"enable": true,
"radio": 1,
"if": 0
"if": 100000
},
"chan_multiSF_7": {
"enable": true,
"radio": 1,
"if": 200000
"if": 300000
},
"chan_Lora_std": {
"enable": true,
"radio": 1,
"if": 400000,
"radio": 0,
"if": 300000,
"bandwidth": 500000,
"spread_factor": 8
},
Expand Down

0 comments on commit 75b911a

Please sign in to comment.