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
It would be nice if the command string wasn't case sensitive.
Something along the lines of adding it as an OPTIONAL parameter to addCommand().
This could be implemented by using strupr() or strlwr() in addCommand() when adding to the _commandList . Then use the same (lower or upper) function in the readSerial() function. Specifically here:
It would be nice if the command string wasn't case sensitive.
Something along the lines of adding it as an OPTIONAL parameter to
addCommand()
.This could be implemented by using
strupr()
orstrlwr()
inaddCommand()
when adding to the_commandList
. Then use the same (lower or upper) function in thereadSerial()
function. Specifically here:ErriezSerialTerminal/src/ErriezSerialTerminal.cpp
Line 146 in a9f8a8b
The conversion would only be carried out if configured to do so.
The text was updated successfully, but these errors were encountered: