Added AU916 sub band configuration
This commit is contained in:
parent
f4b7577d05
commit
598d96c9fc
@ -186,6 +186,12 @@ void ttn_join() {
|
|||||||
// https://github.com/TheThingsNetwork/gateway-conf/blob/master/US-global_conf.json
|
// https://github.com/TheThingsNetwork/gateway-conf/blob/master/US-global_conf.json
|
||||||
LMIC_selectSubBand(1);
|
LMIC_selectSubBand(1);
|
||||||
|
|
||||||
|
#elif defined(CFG_au915)
|
||||||
|
|
||||||
|
// set sub band for AU915
|
||||||
|
// https://github.com/TheThingsNetwork/gateway-conf/blob/master/AU-global_conf.json
|
||||||
|
LMIC_selectSubBand(1);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TTN defines an additional channel at 869.525Mhz using SF9 for class B
|
// TTN defines an additional channel at 869.525Mhz using SF9 for class B
|
||||||
|
Loading…
Reference in New Issue
Block a user