Improve ExtUI, fix compiler errors, warnings (#14441)

This commit is contained in:
Marcio Teixeira
2019-06-28 23:23:57 -06:00
committed by Scott Lahteine
parent 14fb683682
commit e6cf7860e8
10 changed files with 80 additions and 31 deletions

View File

@@ -84,6 +84,11 @@ public:
*/
static void enqueue_now_P(PGM_P const cmd);
/**
* Check whether there are any commands yet to be executed
*/
static bool has_commands_queued();
/**
* Get the next command in the queue, optionally log it to SD, then dispatch it
*/