mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Extract OTA backend functionality into separate ota_base component
This commit is contained in:
@@ -49,4 +49,4 @@ void register_ota_platform(OTAComponent *ota_caller);
|
||||
#endif
|
||||
|
||||
} // namespace ota
|
||||
} // namespace esphome
|
||||
} // namespace esphome
|
||||
|
||||
@@ -6,4 +6,4 @@ namespace ota_base {
|
||||
// The make_ota_backend() implementation is provided by each platform-specific backend
|
||||
|
||||
} // namespace ota_base
|
||||
} // namespace esphome
|
||||
} // namespace esphome
|
||||
|
||||
@@ -57,4 +57,4 @@ class OTABackend {
|
||||
std::unique_ptr<OTABackend> make_ota_backend();
|
||||
|
||||
} // namespace ota_base
|
||||
} // namespace esphome
|
||||
} // namespace esphome
|
||||
|
||||
Reference in New Issue
Block a user