diff --git a/communication/decoder.cpp b/communication/decoder.cpp index ac00464..34e9b8e 100644 --- a/communication/decoder.cpp +++ b/communication/decoder.cpp @@ -178,6 +178,7 @@ bool Decoder::decode(std::shared_ptr& result, const std::shared_ptr(result.get()); msg.network = packet->network; + msg.timestamp *= timestampResolution; return true; } case Network::Type::MDIO: {