diff --git a/include/og3/ha_dependencies.h b/include/og3/ha_dependencies.h index 60ce86f..4ebda09 100644 --- a/include/og3/ha_dependencies.h +++ b/include/og3/ha_dependencies.h @@ -35,7 +35,6 @@ template class HADependenciesArray : public HADependencies { public: HADependenciesArray(const std::array& module_names) : m_more_deps(module_names) {} - bool resolve(const NameToModule& name_to_module) override; size_t num_depends_on() const override { return HADependencies::num_depends_on() + m_more_deps.num_depends_on(); } diff --git a/library.json b/library.json index 0346ff9..d371d0b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "og3", - "version": "0.1.2", + "version": "0.1.3", "description": "A library for esp projects", "keywords": "esp32, esp8266, modules, tasks, mqtt", "authors": [