mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +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 {
|
class Console {
|
||||||
public:
|
public:
|
||||||
static void loop();
|
void loop();
|
||||||
void start();
|
void start();
|
||||||
|
|
||||||
uuid::log::Level log_level();
|
uuid::log::Level log_level();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user