Added more demo stuff.

This commit is contained in:
2025-12-31 17:27:50 +01:00
parent d0476f8d6f
commit 54e89e412a
12 changed files with 742 additions and 8 deletions

View File

@@ -38,8 +38,8 @@
BCTransmitter::BCTransmitter(QObject *parent)
: QObject(parent), _isBusy(false)
{
//_canDriver = new BCDriverTinyCan{this};
_canDriver = new BCDriverDummy{this};
_canDriver = new BCDriverTinyCan{this};
//_canDriver = new BCDriverDummy{this};
}