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

The Serial.setDebugOutput does not disable wifi messages #101

Closed
av1024 opened this issue Apr 24, 2015 · 2 comments
Closed

The Serial.setDebugOutput does not disable wifi messages #101

av1024 opened this issue Apr 24, 2015 · 2 comments

Comments

@av1024
Copy link

av1024 commented Apr 24, 2015

Looks like some pre-initialized variables issue on HardwareSerial

(Using git version):

Serial.begin(115200);
Serial.setDebugOutput(false);

// still send debug from wifi

SOULTION:

Serial.begin(115200);
Serial.setDebugOutput(true);
Serial.setDebugOutput(false);
@igrr
Copy link
Member

igrr commented Apr 24, 2015

This should have been fixed in db86766, discussed in #98. Are you using the latest version from git?

@av1024
Copy link
Author

av1024 commented Apr 24, 2015

Wow! I missed this fix because look only for "open" issues...
I use downloaded ZIP with 20150419 05:23 timestamps (1dd897 ?) monkey-patched for str_tok.

upd: looks like latest (just now) downloaded zip give me #88 issue :(

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

No branches or pull requests

2 participants