You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2024. It is now read-only.
I'm trying to use SerialCommand from inside another class (library).
But whenever I try to add a command I get the following compiler error:
addCommand(const char [10], )'
Any idea of how I can get around this error?
BR,
Martin
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to use SerialCommand from inside another class (library).
But whenever I try to add a command I get the following compiler error:
addCommand(const char [10], )'
Any idea of how I can get around this error?
BR,
Martin
The text was updated successfully, but these errors were encountered: