fix HA opener state mapping

This commit is contained in:
technyon
2022-08-21 21:25:14 +02:00
parent fe5ebb761d
commit 313b679bf6
4 changed files with 2 additions and 3 deletions

View File

@@ -75,7 +75,6 @@ WebServer::~WebServer() {
{
delete _server;
_server = nullptr;
Serial.println("##### SERVER DELETED");
}
}