You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a version of the code that works with LMIC_DEBUG_LEVEL > 0, or insight on how to implement this? ie: printing out debug info on M0 or ESP32 processor on Arduino??
I have tried defining these without any luck...
#define LMIC_DEBUG_PRINTF_FN
#define LMIC_DEBUG_PRINTF
thanks...
The text was updated successfully, but these errors were encountered:
Very sorry for the slow response on this. It got missed.
Obviously, more guidance is needed. I regularly use this on other (non-Arduino) platforms, but I have not done it recently on Arduino. I think that Frank Rose uses this in his projects - he's given some pull requests. Check https://github.com/frankleonrose especially https://github.com/frankleonrose/LoraStack for examples that might be useful.
Is there a version of the code that works with LMIC_DEBUG_LEVEL > 0, or insight on how to implement this? ie: printing out debug info on M0 or ESP32 processor on Arduino??
I have tried defining these without any luck...
#define LMIC_DEBUG_PRINTF_FN
#define LMIC_DEBUG_PRINTF
thanks...
The text was updated successfully, but these errors were encountered: