Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ static void MlmeIndication(MlmeIndication_t *MlmeIndication)
}

//#define HYBRID

/**
* lora Init
*/
Expand Down
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
Loading