mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-14 20:06:27 +03:00
loop() doesn't need to be static anymore
This commit is contained in:
@@ -191,8 +191,8 @@ class EMSESPStreamConsole : public uuid::console::StreamConsole, public EMSESPSh
|
||||
|
||||
class Console {
|
||||
public:
|
||||
static void loop();
|
||||
void start();
|
||||
void loop();
|
||||
void start();
|
||||
|
||||
uuid::log::Level log_level();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user