Fix M10 aux data report for Trimble models.

pull/149/head
Mark Jessop 2019-03-22 20:43:44 +10:30
rodzic 4e4ad40819
commit 83dfd912b9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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