F-commands to flash and display them

This commit is contained in:
MichaelDvP
2020-11-01 15:35:49 +01:00
parent cb228d8c8b
commit de0e291b78
4 changed files with 16 additions and 10 deletions

View File

@@ -892,6 +892,7 @@ class Shell : public std::enable_shared_from_this<Shell>, public uuid::log::Hand
* @since 0.1.0
*/
size_t vprintf(const __FlashStringHelper * format, va_list ap);
void set_command_str(const __FlashStringHelper * str);
static const uuid::log::Logger logger_; /*!< uuid::log::Logger instance for shells. @since 0.1.0 */
static std::set<std::shared_ptr<Shell>> shells_; /*!< Registered running shells to be executed. @since 0.1.0 */