From 598d96c9fca6d80f8359190859ebba7885eb85d1 Mon Sep 17 00:00:00 2001 From: Oliver Seiler Date: Fri, 7 Aug 2020 21:24:25 +1200 Subject: [PATCH] Added AU916 sub band configuration --- main/ttn.ino | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main/ttn.ino b/main/ttn.ino index be8cf54..793b1a3 100644 --- a/main/ttn.ino +++ b/main/ttn.ino @@ -186,6 +186,12 @@ void ttn_join() { // https://github.com/TheThingsNetwork/gateway-conf/blob/master/US-global_conf.json 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 // TTN defines an additional channel at 869.525Mhz using SF9 for class B