ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 107 forks source link

WebSerial.cpp: fixing warnings: `[-Wunused-parameter]` #63

Closed MacDada closed 1 week ago

MacDada commented 1 year ago

They appear when the code is compiled with a flag Wextra.

I know of 3 possible solutions:

github-actions[bot] commented 3 weeks ago

This PR is marked as stale because it has been open 45 days with no activity. You can remove stale label or comment if this PR is still valid.

MacDada commented 3 weeks ago

This PR is marked as stale because it has been open 45 days with no activity.

Well…

mathieucarbou commented 3 weeks ago

already fixed: https://github.com/ayushsharma82/WebSerial/blob/master/src/WebSerial.cpp#L47