1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 18:42:23 +01:00

single ota path

This commit is contained in:
J. Nick Koston
2025-07-01 10:26:55 -05:00
parent 8aa8af735d
commit 681d9236f9

View File

@@ -83,7 +83,7 @@ class AuthMiddlewareHandler : public MiddlewareHandler {
} // namespace internal } // namespace internal
class WebServerBase : public Component, public ota_base::OTAComponent { class WebServerBase : public ota_base::OTAComponent {
public: public:
void init() { void init() {
if (this->initialized_) { if (this->initialized_) {