projecthorus / horusdemodlib

High Altitude Balloon Telemetry Library
GNU Lesser General Public License v2.1
49 stars 26 forks source link

Add AJ4XE custom fields to horusdemodlib #195

Closed SteveRan closed 8 months ago

SteveRan commented 8 months ago

Add the following to horusdemodlib / custom_field_list.json :

"AJ4XE": {
"comment": "custom fields for AJ4XE tracker",
"struct": "<HHBHH",
"fields": [
    ["HDOP", "divide_by_100"],
    ["VDOP", "divide_by_100"],
    ["TTF", "none"],
    ["PDOP", "divide_by_100"]
    ["AVE SNR", "divide_by_100"]
]

},

custom_field_list.json

darksidelemm commented 8 months ago

OK, this should be done - please test! (I added an underscore between AVE and SNR btw)