mirror of
https://github.com/esphome/esphome.git
synced 2025-08-07 02:47:47 +00:00
single ota path
This commit is contained in:
parent
8aa8af735d
commit
681d9236f9
@ -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_) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user