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
507 stars 113 forks source link

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

Closed MacDada closed 5 months 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 5 months 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 5 months ago

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

Well…

mathieucarbou commented 5 months ago

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