From 83dfd912b9c382b389b03fb1f6ce6df23f6b5b98 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Fri, 22 Mar 2019 20:43:44 +1030 Subject: [PATCH] Fix M10 aux data report for Trimble models. --- m10/M10TrimbleParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m10/M10TrimbleParser.cpp b/m10/M10TrimbleParser.cpp index c492dd2..7bc17bf 100644 --- a/m10/M10TrimbleParser.cpp +++ b/m10/M10TrimbleParser.cpp @@ -443,7 +443,7 @@ void M10TrimbleParser::printFrame() { // Aux data tag if the payload lenght is long std::string auxstr = ""; if (frame_bytes[0x00] != 0x64) { - auxstr = "\"aux\": -1, "; + auxstr = "\"aux\": \"not_supported_yet\", "; } // Decoder sensible to comma at the end, strict json