Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using debug #88

Closed
trlafleur opened this issue Jun 30, 2018 · 2 comments
Closed

using debug #88

trlafleur opened this issue Jun 30, 2018 · 2 comments
Assignees
Labels

Comments

@trlafleur
Copy link

trlafleur commented Jun 30, 2018

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...

@trlafleur trlafleur changed the title useing debug using debug Jun 30, 2018
@terrillmoore
Copy link
Member

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.

--Terry

@terrillmoore terrillmoore self-assigned this Aug 29, 2018
@terrillmoore
Copy link
Member

Fixed by #150. Sorry for the delay. We now have CI tests that will confirm that this doesn't regress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants