mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
include local copy of module library for native compiling without dependencies
This commit is contained in:
@@ -38,12 +38,10 @@ class ModuleLibrary {
|
||||
std::unique_ptr<Module> module;
|
||||
};
|
||||
|
||||
void start(emsesp::EMSESP * emsesp_main, bool test_mode = false) {};
|
||||
void loop() {};
|
||||
void list(JsonObject output) {};
|
||||
bool enable(const char * key, const char * license, bool enable) {
|
||||
return true;
|
||||
};
|
||||
void start(emsesp::EMSESP * emsesp_main, bool test_mode = false);
|
||||
void loop();
|
||||
void list(JsonObject output);
|
||||
bool enable(const char * key, const char * license, bool enable);
|
||||
|
||||
static uuid::log::Logger logger_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user