PIIODevice remove init

picloud dispatcher fix
This commit is contained in:
2022-10-23 19:22:36 +03:00
parent 359c7816bc
commit 638f0e0181
8 changed files with 12 additions and 54 deletions

View File

@@ -27,13 +27,7 @@ PIString DispatcherClient::address() {
void DispatcherClient::close() {
eth->stopThreadedRead();
eth->close();
}
void DispatcherClient::terminate() {
eth->stop();
eth->softStopThreadedRead();
eth->close();
}