mirror of
https://github.com/esphome/esphome.git
synced 2025-08-06 18:37:47 +00:00
Extract OTA backend functionality into separate ota_base component
This commit is contained in:
parent
9f51546023
commit
47ad206ccd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user