arduino-lorawan
arduino-lorawan copied to clipboard
Inconsistent setting subbands
Helium US915, TTN US915, and AU915 use Arduino_LoRaWAN::cLMIC::SelectSubBand(), and ignore ARDUINO_LMIC_CFG_SUBBAND.
Others use LMIC_selectSubBand() and ignore ARDUINO_LMIC_CFG_SUBBAND.
This should be converged.