Skip to content

Commit d0cb62c

Browse files
committed
Add HYBRID for regions US915 and AU915
1 parent 011db94 commit d0cb62c

File tree

4 files changed

+8364
-0
lines changed

4 files changed

+8364
-0
lines changed

Projects/B-L072Z-LRWAN1/Applications/LoRa/AT_Slave/LoRaWAN/App/src/lora.c

+2
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ static void MlmeIndication(MlmeIndication_t *MlmeIndication)
404404
break;
405405
}
406406
}
407+
408+
#define HYBRID
407409
/**
408410
* lora Init
409411
*/

Projects/B-L072Z-LRWAN1/Applications/LoRa/AT_Slave/SW4STM32/mlm32l07x01/.cproject

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<listOptionValue builtIn="false" value="REGION_KR920"/>
6868
<listOptionValue builtIn="false" value="REGION_US915"/>
6969
<listOptionValue builtIn="false" value="REGION_RU864"/>
70+
<listOptionValue builtIn="false" value="REGION_US915_HYBRID"/>
7071
</option>
7172
<option id="fr.ac6.managedbuild.gnu.c.compiler.option.misc.other.1826730290" superClass="fr.ac6.managedbuild.gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-fmessage-length=0" valueType="string"/>
7273
<option id="gnu.c.compiler.option.dialect.std.665749972" name="Language standard" superClass="gnu.c.compiler.option.dialect.std" useByScannerDiscovery="true" value="gnu.c.compiler.dialect.default" valueType="enumerated"/>

0 commit comments

Comments
 (0)