From 7a3300b8f8a9c2774ab704ca14355ad647ba1635 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 26 Jul 2024 13:25:30 +0200 Subject: [PATCH] rename console "Command executed" --- src/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console.cpp b/src/console.cpp index 53eb61691..25dea0dd0 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -575,7 +575,7 @@ static void setup_commands(std::shared_ptr & commands) { return; } else { // show message if no data returned (e.g. for analogsensor, temperaturesensor, custom) - shell.println("Command executed. Check log for messages."); + shell.println("Command executed"); return; } } else if (return_code == CommandRet::NOT_FOUND) {