mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
in standalone mode, always go as SU/admin
This commit is contained in:
@@ -32,10 +32,9 @@
|
||||
auto registry_##derivedClass = ConcreteEMSFactory<derivedClass>(device_type); \
|
||||
}
|
||||
|
||||
|
||||
namespace emsesp {
|
||||
|
||||
class EMSdevice; // forward declaration
|
||||
class EMSdevice; // forward declaration, for gcc linking
|
||||
|
||||
class EMSFactory {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user