mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
no need for virtual functions
This commit is contained in:
@@ -99,8 +99,8 @@ class EMSESP {
|
||||
public:
|
||||
EMSESP();
|
||||
~EMSESP() = default;
|
||||
virtual void start();
|
||||
virtual void loop();
|
||||
void start();
|
||||
void loop();
|
||||
|
||||
static uuid::log::Logger logger();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user