diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index 89cef33..d0d3bb1 100644 --- a/src/WebOTA.cpp +++ b/src/WebOTA.cpp @@ -58,8 +58,6 @@ int WebOTA::init() { } int WebOTA::handle() { - static bool init_run = false; - // If we haven't run the init yet run it if (!this->init_has_run) { WebOTA::init();