add RC300 floordrying, error, building, damped temperature #583

This commit is contained in:
MichaelDvP
2020-10-29 18:03:45 +01:00
parent 32a645c74f
commit addc10c680
4 changed files with 90 additions and 10 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ void Shell::start() {
uuid::log::Logger::register_handler(this, uuid::log::Level::DEBUG); // added by proddy
//uuid::log::Logger::register_handler(this, uuid::log::Level::INFO); // added by proddy
#else
uuid::log::Logger::register_handler(this, uuid::log::Level::INFO);
uuid::log::Logger::register_handler(this, uuid::log::Level::NOTICE);
#endif
line_buffer_.reserve(maximum_command_line_length_);