We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void addDelimiter(char newDelim)
Adds a character to the list of delimiters that are used to mark spaces between items in the payload, and the end of a command.
By default the delimiters are:
Example: Add ~ to the list of delimiters.
cmd.addDelimiter('~');