Reworked transmitter.

This commit is contained in:
2026-01-02 22:15:50 +01:00
parent 4b5518de5d
commit f5ad48faf2
7 changed files with 91 additions and 12 deletions

View File

@@ -86,6 +86,7 @@ private:
QMutex _mutex;
std::atomic<bool> _isBusy{ false };
// __fix! set two
BCDriver* _canDriver{};
};