editable serial input line buffer

Dependents:   MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more

Revision:
15:34b039027e5f
Parent:
13:abedfe18f924
Child:
16:592df067fe14
--- a/CmdLine.h	Fri May 08 05:32:36 2020 +0000
+++ b/CmdLine.h	Tue Apr 27 03:47:33 2021 -0700
@@ -94,6 +94,7 @@
 
     //void idleAppendIfReadable(); // append ch to buf, unless BS or EOL or other editing character
 
+    bool quiet; // suppress append(ch) from writing to associatedSerialPort
     void append(char ch); // append ch to buf, unless BS or EOL or other editing character
 
     // onEOLcommandParser