ignore ack and unknown_action for lock action

This commit is contained in:
technyon
2022-05-15 09:21:43 +02:00
parent 65f9999b46
commit 9e9a4d0943
2 changed files with 1 additions and 3 deletions

View File

@@ -63,8 +63,6 @@ bool WifiDevice::isConnected()
bool WifiDevice::reconnect()
{
vTaskDelay( 1000 / portTICK_PERIOD_MS);
return isConnected();
}