text changes and comments

This commit is contained in:
proddy
2024-08-01 22:14:19 +02:00
parent b38ec2f25e
commit 11d0335815
5 changed files with 16 additions and 10 deletions

View File

@@ -60,6 +60,7 @@ bool Shell::running() const {
}
void Shell::start() {
// added for EMS-ESP
#if defined(EMSESP_DEBUG)
uuid::log::Logger::register_handler(this, uuid::log::Level::DEBUG); // added for EMS-ESP
#else