mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
dump telegrams doesnt need to show the cmd
This commit is contained in:
@@ -429,8 +429,6 @@ void EMSESP::dump_all_telegrams(uuid::console::Shell & shell) {
|
||||
Serial.print(tf.name_);
|
||||
Serial.print(',');
|
||||
Serial.print(tf.fetch_ ? "fetched" : " ");
|
||||
Serial.print(',');
|
||||
Serial.print(tf.cmd_ ? "cmd" : " ");
|
||||
Serial.println();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user