|
@@ -244,7 +244,6 @@ inline bool IsRunning() { return Running; }
|
244
|
244
|
inline bool IsStopped() { return !Running; }
|
245
|
245
|
|
246
|
246
|
bool enqueue_and_echo_command(const char* cmd, bool say_ok=false); //put a single ASCII command at the end of the current buffer or return false when it is full
|
247
|
|
-void enqueue_and_echo_command_now(const char* cmd); // enqueue now, only return when the command has been enqueued
|
248
|
247
|
void enqueue_and_echo_commands_P(const char* cmd); //put one or many ASCII commands at the end of the current buffer, read from flash
|
249
|
248
|
void clear_command_queue();
|
250
|
249
|
|