Added connection assertion and moved msgPrintControl to key

This commit is contained in:
2025-04-25 15:54:41 +02:00
parent c7936191d9
commit dd0610fd99
5 changed files with 72 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ sinqController::sinqController(const char *portName,
ASYN_CANBLOCK | ASYN_MULTIDEVICE,
1, // autoconnect
0, 0), // Default priority and stack size
msgPrintControl_(4) {
msgPrintControl_() {
asynStatus status = asynSuccess;