telnet default settings #621

This commit is contained in:
MichaelDvP
2020-11-22 10:09:24 +01:00
parent 01e1c6e25b
commit fc189e13c3
5 changed files with 6 additions and 3 deletions

View File

@@ -332,7 +332,7 @@ bool EMSdevice::handle_telegram(std::shared_ptr<const Telegram> telegram) {
return false;
}
EMSESP::logger().debug(F("Received %s"), uuid::read_flash_string(tf.telegram_type_name_).c_str());
// EMSESP::logger().debug(F("Received %s"), uuid::read_flash_string(tf.telegram_type_name_).c_str());
tf.process_function_(telegram);
return true;
}