Just as we can select USB / serial modes in the STM32 BSP, we should have a way to select the default region for the radio (US, EU, AS923, JP923, AU, IN). This could then be used by our library as the default so that users wouldn't have to edit code to change regions. This should be done both for the SAMD and STM32 board packages. Symbol should be MCCI_BSP_LMIC_REGION (as LMIC is not a registered trademark), but it should take the numeric values defined by arduino-lmic.
Just as we can select USB / serial modes in the STM32 BSP, we should have a way to select the default region for the radio (US, EU, AS923, JP923, AU, IN). This could then be used by our library as the default so that users wouldn't have to edit code to change regions. This should be done both for the SAMD and STM32 board packages. Symbol should be
MCCI_BSP_LMIC_REGION
(as LMIC is not a registered trademark), but it should take the numeric values defined by arduino-lmic.