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

Move ARDUINO_LORAWAN_LMIC_EV_NAMES_MZ__INIT to lmic.h #90

Open terrillmoore opened 5 years ago

terrillmoore commented 5 years ago

This macro gives the names of the events as a "multi-z" string. It should not live in Arduino_LoRaWAN_lmic.h, it belongs in the LMIC (in lmic.h).

terrillmoore commented 5 years ago

In fact, the entire GetEventName() function should become an LMIC export (LMIC_getEventName).