Skip to content

Commit

Permalink
Merge pull request #25 from TheThingsNetwork/jpmeijers-patch-1
Browse files Browse the repository at this point in the history
Update KR-global_conf.json
  • Loading branch information
htdvisser authored Oct 23, 2017
2 parents 07fe3dc + 57b42eb commit 69056ee
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions KR-global_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"radio_0": {
"enable": true,
"type": "SX1257",
"freq": 922700000,
"freq": 922400000,
"rssi_offset": -166.0,
"tx_enable": true,
"tx_freq_min": 920900000,
Expand All @@ -31,51 +31,51 @@
"radio_1": {
"enable": true,
"type": "SX1257",
"freq": 922700000,
"freq": 923000000,
"rssi_offset": -166.0,
"tx_enable": false
},
"chan_multiSF_0": {
"desc": "Lora MAC, 125kHz, all SF, 922.1 MHz",
"enable": true,
"radio": 0,
"if": -600000
"if": -300000
},
"chan_multiSF_1": {
"desc": "Lora MAC, 125kHz, all SF, 922.3 MHz",
"enable": true,
"radio": 0,
"if": -400000
"if": -100000
},
"chan_multiSF_2": {
"desc": "Lora MAC, 125kHz, all SF, 922.5 MHz",
"enable": true,
"radio": 0,
"if": -200000
"if": 100000
},
"chan_multiSF_3": {
"desc": "Lora MAC, 125kHz, all SF, 922.7 MHz",
"enable": true,
"radio": 0,
"if": 0
"if": 300000
},
"chan_multiSF_4": {
"desc": "Lora MAC, 125kHz, all SF, 922.9 MHz",
"enable": true,
"radio": 0,
"if": 200000
"radio": 1,
"if": -100000
},
"chan_multiSF_5": {
"desc": "Lora MAC, 125kHz, all SF, 923.1 MHz",
"enable": true,
"radio": 1,
"if": 400000
"if": 100000
},
"chan_multiSF_6": {
"desc": "Lora MAC, 125kHz, all SF, 923.3 MHz",
"enable": true,
"radio": 1,
"if": 600000
"if": 300000
},
"chan_multiSF_7": {
"desc": "Disabled",
Expand Down

0 comments on commit 69056ee

Please sign in to comment.