Correctly reregister serial port on failure-reconnect cycle

This commit is contained in:
2024-08-08 21:09:23 +02:00
parent 56d5798cb1
commit 15fe1a928a
2 changed files with 24 additions and 3 deletions

View File

@ -14,7 +14,6 @@ private:
CommunicatingSocket *_socket;
bool _disconnected = false;
public:
void cleanUp();