-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Realtek RTL8195A prints debug info by default for WiFi #4611
Comments
RTL8195A[Driver] message is sent from inside of our lib, so we'll try to add a switch for these debug messages. Thanks for the advice. |
They are always ON at the moment? It would be great to have it optional, and by default OFF. |
We create this PR to mute the debug messages mentioned here. #4667 |
IS this issue still open? |
I just extended WiFi example to support RTL8195A and it works, which is great! ARMmbed/mbed-os-example-wifi#40
The board is printing some info on serial I'd rather not have by default thought:
All the lines prefixed with
RTL8195A[Driver]
andioctl[SIOCGIWESSID]
should be hidden by default. I would recommend addingverbose
parameter to the constructor defaulting to false that would toggle printing of whatever extra information you see fit, but by default you shouldn't print anything (except hard errors maybe).@Archcady @tung7970
The text was updated successfully, but these errors were encountered: