arduino-lorawan icon indicating copy to clipboard operation
arduino-lorawan copied to clipboard

Move ARDUINO_LORAWAN_LMIC_EV_NAMES_MZ__INIT to lmic.h

Open terrillmoore opened this issue 6 years ago • 1 comments

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 avatar Apr 02 '19 20:04 terrillmoore

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

terrillmoore avatar Apr 02 '19 20:04 terrillmoore