Skip to content

Commit

Permalink
AU915 global region
Browse files Browse the repository at this point in the history
  • Loading branch information
giulcioffi committed May 29, 2020
1 parent d0cb62c commit 0fe66e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static LoRaParam_t LoRaParamInit = {LORAWAN_ADR_ON,
LORAWAN_PUBLIC_NETWORK
};

LoRaMacRegion_t globalRegion = LORAMAC_REGION_EU868;
LoRaMacRegion_t globalRegion = LORAMAC_REGION_AU915;

/* Private functions ---------------------------------------------------------*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<listOptionValue builtIn="false" value="NO_MAC_PRINTF"/>
<listOptionValue builtIn="false" value="REGION_EU868"/>
<listOptionValue builtIn="false" value="REGION_AS923"/>
<listOptionValue builtIn="false" value="REGION_AU915"/>
<listOptionValue builtIn="true" value="REGION_AU915"/>
<listOptionValue builtIn="false" value="REGION_CN470"/>
<listOptionValue builtIn="false" value="REGION_CN779"/>
<listOptionValue builtIn="false" value="REGION_EU433"/>
Expand Down

0 comments on commit 0fe66e5

Please sign in to comment.