PICloudClient interrupt fix

This commit is contained in:
2023-01-10 12:10:35 +03:00
parent 9ed66db515
commit 73d482ebe2
2 changed files with 2 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ void PICloudClient::setKeepConnection(bool on) {
void PICloudClient::interrupt() {
cond_buff.notifyOne();
cond_connect.notifyOne();
eth.interrupt();
}