rename console "Command executed"

This commit is contained in:
proddy
2024-07-26 13:25:30 +02:00
parent 78a0fc2091
commit 7a3300b8f8

View File

@@ -575,7 +575,7 @@ static void setup_commands(std::shared_ptr<Commands> & commands) {
return; return;
} else { } else {
// show message if no data returned (e.g. for analogsensor, temperaturesensor, custom) // 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; return;
} }
} else if (return_code == CommandRet::NOT_FOUND) { } else if (return_code == CommandRet::NOT_FOUND) {