kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Merge branch 'master' into testing
commit
06e54ed1f2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue