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:
IoTThinks.com 2024-06-04 15:03:36 +07:00 committed by GitHub
parent 2ea470142d
commit 33aca5efe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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