Added AU916 sub band configuration

This commit is contained in:
Oliver Seiler 2020-08-07 21:24:25 +12:00 committed by GitHub
parent f4b7577d05
commit 598d96c9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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