arduino-lorawan
arduino-lorawan copied to clipboard
Move ARDUINO_LORAWAN_LMIC_EV_NAMES_MZ__INIT to lmic.h
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).
In fact, the entire GetEventName() function should become an LMIC export (LMIC_getEventName).