mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Disk: Update VSA Example and Fix VSA CAN-FD Decode
- Send and validate CAN/CAN-FD/Eth frames in VSA example (two devices) - Fix failure to decode CAN-FD frames from VSA records
This commit is contained in:
+1
-1
@@ -2096,7 +2096,7 @@ bool Device::readVSA(const VSAExtractionSettings& extractionSettings) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const auto& wasScriptStarted = getScriptStatus()->isCoreminiRunning;
|
||||
const auto wasScriptStarted = getScriptStatus()->isCoreminiRunning;
|
||||
|
||||
if(extractionSettings.stopCoreMini && wasScriptStarted) {
|
||||
stopScript();
|
||||
|
||||
Reference in New Issue
Block a user