add custom data for SP9SKP

pull/231/head
Mark Jessop 2024-02-25 09:07:01 +10:30
rodzic 5818abc1fc
commit 6b7a6bf21f
1 zmienionych plików z 14 dodań i 1 usunięć

Wyświetl plik

@ -131,5 +131,18 @@
["flight_number", "none"],
["sonde_type", "none"]
]
}
},
"SP9SKP": {
"comment": "SKP telemetry",
"struct": "<BBBBBHH",
"fields": [
["fix_voltage", "battery_5v_byte"],
["io_voltage", "battery_5v_byte"],
["reset_voltage", "battery_5v_byte"],
["pv_voltage", "divide_by_100"],
["time_to_fix", "none"],
["uv_max", "none"],
["uv_avg", "none"]
]
}
}