mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
fix exit not exiting in standalone mode
This commit is contained in:
@@ -44,7 +44,6 @@ class EMSESPShell : public uuid::console::Shell {
|
||||
|
||||
virtual std::string console_name() = 0;
|
||||
|
||||
static void generic_exit_context_function(Shell & shell, const std::vector<std::string> & arguments);
|
||||
static void main_help_function(Shell & shell, const std::vector<std::string> & arguments);
|
||||
static void main_exit_function(Shell & shell, const std::vector<std::string> & arguments);
|
||||
|
||||
@@ -65,9 +64,6 @@ class EMSESPShell : public uuid::console::Shell {
|
||||
void end_of_transmission() override;
|
||||
|
||||
private:
|
||||
static void main_exit_user_function(Shell & shell, const std::vector<std::string> & arguments);
|
||||
static void main_exit_admin_function(Shell & shell, const std::vector<std::string> & arguments);
|
||||
|
||||
std::string console_hostname_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user