From c45ceec33b44c79e4fedee84e22239651d8689d0 Mon Sep 17 00:00:00 2001 From: Proddy Date: Tue, 3 Jan 2023 14:48:20 +0100 Subject: [PATCH] remove comment --- src/test/test.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index ec95a0e79..7339ee22a 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -153,8 +153,6 @@ bool Test::run_test(const char * command, int8_t id) { // HC1 on 0x20 uart_telegram({0xA0, 00, 0xFF, 00, 01, 0xD7, 00, 00, 00, 0x80, 00, 00, 00, 00, 03, 0xC5}); - // TODO - return true; } @@ -639,7 +637,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const // toggle mode for (const auto & emsdevice : EMSESP::emsdevices) { Serial.print("Custom: "); - Serial.print(emsdevice->device_type_name().c_str()); + Serial.print(emsdevice->device_type_name()); Serial.print(" uniqueid="); Serial.println(emsdevice->unique_id());