Merge branch 'master' into testing

pull/149/head
Mark Jessop 2019-03-22 21:28:30 +10:30
commit 06e54ed1f2
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,9 @@
# Copyright (C) 2018 Mark Jessop <vk5qi@rfhead.net>
# Released under GNU GPL v3 or later
#
__version__ = "20190317-beta"
__version__ = "20190322-beta"
# Global Variables

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