Arduino-SerialCommand icon indicating copy to clipboard operation
Arduino-SerialCommand copied to clipboard

Command with ‘/‘

Open hanhphucnhat opened this issue 7 years ago • 1 comments

I want to add command “pumb/pumb1” This is work? Thanks

hanhphucnhat avatar Mar 10 '18 15:03 hanhphucnhat

Hi, if I understand you correctly, you want a command named pumb and argument pumb1 with separator '/'. If so go to SerialCommand.cpp and change line number 36 from: strcpy(delim, " "); to strcpy(delim, "/");

I hope this helps.

RayyanTahir avatar Apr 19 '18 00:04 RayyanTahir