File tree 2 files changed +2
-2
lines changed
Projects/B-L072Z-LRWAN1/Applications/LoRa/AT_Slave
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ static LoRaParam_t LoRaParamInit = {LORAWAN_ADR_ON,
102
102
LORAWAN_PUBLIC_NETWORK
103
103
};
104
104
105
- LoRaMacRegion_t globalRegion = LORAMAC_REGION_EU868 ;
105
+ LoRaMacRegion_t globalRegion = LORAMAC_REGION_AU915 ;
106
106
107
107
/* Private functions ---------------------------------------------------------*/
108
108
Original file line number Diff line number Diff line change 59
59
<listOptionValue builtIn =" false" value =" NO_MAC_PRINTF" />
60
60
<listOptionValue builtIn =" false" value =" REGION_EU868" />
61
61
<listOptionValue builtIn =" false" value =" REGION_AS923" />
62
- <listOptionValue builtIn =" false " value =" REGION_AU915" />
62
+ <listOptionValue builtIn =" true " value =" REGION_AU915" />
63
63
<listOptionValue builtIn =" false" value =" REGION_CN470" />
64
64
<listOptionValue builtIn =" false" value =" REGION_CN779" />
65
65
<listOptionValue builtIn =" false" value =" REGION_EU433" />
You can’t perform that action at this time.
0 commit comments