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

debug output problem. #11

Closed
mickey50 opened this issue Apr 14, 2017 · 5 comments
Closed

debug output problem. #11

mickey50 opened this issue Apr 14, 2017 · 5 comments
Labels

Comments

@mickey50
Copy link

When I comment the RELEASE define to enable debug output ,I find an error
no matching function for call to 'HardwareSerial::printf(const String&)'
how can I make this work ? thx.

@minida28
Copy link

Hi I found a workaround, try change line 836 in .cpp file

from

DEBUGLOG(request->url());

into

DBG_OUTPUT_PORT.println(request->url());

@mickey50
Copy link
Author

@minida28
thx, I think the line change into
DEBUGLOG(request->url().c_str());
may be better

@minida28
Copy link

minida28 commented Apr 24, 2017

@mickey50
oops. wrong comment. I will try out your workaround.

@minida28
Copy link

@mickey50
Tested that and works great. Thank you.

@gmag11
Copy link
Owner

gmag11 commented May 1, 2017

Exactly @mickey50 . Thank you. It is already fixed on master branch.

@gmag11 gmag11 closed this as completed May 1, 2017
@gmag11 gmag11 added the bug label May 1, 2017
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

3 participants