mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09: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;
|
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user