This commit is contained in:
technyon
2022-07-21 20:12:22 +02:00
parent a24bb4b0c2
commit f580c92f17
3 changed files with 2 additions and 14 deletions

View File

@@ -829,8 +829,3 @@ void WebCfgServer::sendFontsInterMinCss()
// escaped by https://www.cescaper.com/
_server.send(200, "text/plain", intercss);
}
bool WebCfgServer::otaStarted()
{
return _ota.updateStarted();
}