Please report an issue if the LSO did not detect the correct cable.
To compile and run the code, execute:
cargo run -- runIn development, it is useful to include verbose logging. Debug logs can be activated by adding -v, and trace logs by adding -vv, e.g.:
cargo run -- run -vvIf you have a recording you want to replay to test changes, you can run:
cargo run --file .\RECORDING_NAME.zip.acmiTo run tests, execute:
cargo test