IDEX Improvements (#11848)
This commit is contained in:
@ -139,12 +139,12 @@ inline bool _enqueuecommand(const char* cmd, bool say_ok=false
|
||||
*/
|
||||
bool enqueue_and_echo_command(const char* cmd) {
|
||||
|
||||
//SERIAL_ECHO("enqueue_and_echo_command(\"");
|
||||
//SERIAL_ECHOPGM("enqueue_and_echo_command(\"");
|
||||
//SERIAL_ECHO(cmd);
|
||||
//SERIAL_ECHO("\") \n");
|
||||
//SERIAL_ECHOPGM("\") \n");
|
||||
|
||||
if (*cmd == 0 || *cmd == '\n' || *cmd == '\r') {
|
||||
//SERIAL_ECHO("Null command found... Did not queue!\n");
|
||||
//SERIAL_ECHOPGM("Null command found... Did not queue!\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user