dump telegrams doesnt need to show the cmd

This commit is contained in:
proddy
2024-09-17 09:31:03 +02:00
parent 6f556a9ebb
commit ade5cb79e3
3 changed files with 3 additions and 7 deletions

View File

@@ -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();
}