mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
rename console "Command executed"
This commit is contained in:
@@ -575,7 +575,7 @@ static void setup_commands(std::shared_ptr<Commands> & 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) {
|
||||
|
||||
Reference in New Issue
Block a user