Added AS923_2, AS923_3 and AS923_4
To add frequency plans AS923_2, AS923_3 and AS923_4. These plans are used by Asian countries such as Vietnam, Indonesia, Philippines...
This commit is contained in:
parent
2ea470142d
commit
33aca5efe8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const uint32_t uplinkIntervalSeconds = 5UL * 60UL; // minutes x seconds
|
|||
// for the curious, the #ifndef blocks allow for automated testing &/or you can
|
||||
// put your EUI & keys in to your platformio.ini - see wiki for more tips
|
||||
|
||||
// regional choices: EU868, US915, AU915, AS923, IN865, KR920, CN780, CN500
|
||||
// regional choices: EU868, US915, AU915, AS923, AS923_2, AS923_3, AS923_4, IN865, KR920, CN780, CN500
|
||||
const LoRaWANBand_t Region = EU868;
|
||||
const uint8_t subBand = 0; // For US915, change this to 2, otherwise leave on 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue