This commit is contained in:
MichaelDvP
2024-07-26 18:30:14 +02:00
13 changed files with 87 additions and 72 deletions

View File

@@ -580,7 +580,7 @@ static void setup_commands(std::shared_ptr<Commands> & commands) {
return;
} else if (!has_data) {
// 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 {
return;