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