removed unused static variable init_run

This commit is contained in:
Leo Zimmermann 2019-07-28 21:37:01 +02:00
parent 5fd0589bc5
commit 4cc9e4dd44

View File

@ -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();