mcci-catena / arduino-lorawan

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

Broken subband reference #152

Closed terrillmoore closed 3 years ago

terrillmoore commented 3 years ago

Several checks in the include files use the symbol ARRDUINO_LMIC_CFG_SUBBAND. This is a goof; should be ARDUINO_LMIC_CFG_SUBBAND, of course.