mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
make console::loop() static so telnet can be refreshed within lambda functions
This commit is contained in:
@@ -191,8 +191,8 @@ class EMSESPStreamConsole : public uuid::console::StreamConsole, public EMSESPSh
|
||||
|
||||
class Console {
|
||||
public:
|
||||
void loop();
|
||||
void start();
|
||||
static void loop();
|
||||
void start();
|
||||
|
||||
uuid::log::Level log_level();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user