single ota path

This commit is contained in:
J. Nick Koston 2025-07-01 10:26:55 -05:00
parent 8aa8af735d
commit 681d9236f9
No known key found for this signature in database

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_) {