Add ON4IR custom field data

pull/100/head
Mark Jessop 2022-08-14 15:53:53 +09:30
rodzic 87cea7a206
commit 6defed3404
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -55,5 +55,16 @@
["ext_humidity", "none"],
["ext_pressure", "divide_by_10"]
]
},
"ON4IR": {
"comment": "ON4IR - UBA/IRM balloon custom fields",
"struct": "<HHBHHH",
"fields": [
["geiger_cpm", "none"],
["ext_temperature", "divide_by_10"],
["ext_humidity", "none"],
["ext_pressure", "divide_by_10"],
["pulse_counts","none"]
]
}
}