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 {
|
||||
public:
|
||||
static void loop();
|
||||
void start();
|
||||
void loop();
|
||||
void start();
|
||||
|
||||
uuid::log::Level log_level();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user