mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
MIT License
274 stars 54 forks source link

Inconsistent setting subbands #175

Open terrillmoore opened 3 years ago

terrillmoore commented 3 years ago

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.