diff --git a/device/device.cpp b/device/device.cpp index 10c5404..063db18 100644 --- a/device/device.cpp +++ b/device/device.cpp @@ -362,7 +362,7 @@ APIEvent::Type Device::attemptToBeginCommunication() { if(auto compVersions = com->getComponentVersionsSync()) componentVersions = std::move(*compVersions); else - return getCommunicationNotEstablishedError(); + report(APIEvent::Type::NotSupported, APIEvent::Severity::EventWarning); // outdated firmware } return APIEvent::Type::NoErrorFound;