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 14:58:07 +07:00 committed by GitHub
parent 95cf6f7f82
commit 5ea6f87bca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,9 @@ const LoRaWANBand_t* LoRaWANBands[RADIOLIB_LORAWAN_NUM_SUPPORTED_BANDS] = {
&AU915,
&CN500,
&AS923,
&AS923_2,
&AS923_3,
&AS923_4,
&KR920,
&IN865,
};