Fix ON4IR custom field list

pull/100/head
Mark Jessop 2022-08-16 07:11:15 +09:30
rodzic 6defed3404
commit 1aa59feb31
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -58,13 +58,13 @@
},
"ON4IR": {
"comment": "ON4IR - UBA/IRM balloon custom fields",
"struct": "<HHBHHH",
"struct": "<hhBHH",
"fields": [
["geiger_cpm", "none"],
["ext_temperature", "divide_by_10"],
["ascent_rate", "divide_by_100"],
["ext_temperature", "divide_by_10"],
["ext_humidity", "none"],
["ext_pressure", "divide_by_10"],
["pulse_counts","none"]
]
}
}
}