diff --git a/src/main.cpp b/src/main.cpp index f268bc9..d3a00f8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -277,8 +277,6 @@ void searchForDevices() { // Create rx listener newDevice.device->addMessageCallback(icsneo::CANMessageCallback([serial](std::shared_ptr message) { - if(message->transmitted) - return; auto canMessage = std::static_pointer_cast(message); const OpenDevice* openDevice = nullptr; std::lock_guard lg(openDevicesMutex);