From d68c6fbef1628706b04faa8a38016e2b1eae7b86 Mon Sep 17 00:00:00 2001 From: Scobber Date: Sun, 14 Jul 2019 15:35:12 +1000 Subject: [PATCH] fix aus915 to au_915 --- main/lmic_project_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/lmic_project_config.h b/main/lmic_project_config.h index 77cd6ca..6b14eeb 100644 --- a/main/lmic_project_config.h +++ b/main/lmic_project_config.h @@ -6,7 +6,8 @@ // inside the project_config folder. // Make sure only one of the following is defined (CFG_us915 or CFG_eu868) -#define CFG_aus915 1 +#define CFG_au915 1 +//#define CFG_au923 1 //#define CFG_eu868 1 #define CFG_sx1276_radio 1