horusdemodlib/custom_field_list.json

35 wiersze
879 B
JSON
Czysty Zwykły widok Historia

2020-07-04 09:42:23 +00:00
{
"HORUSTEST": {
"struct": "<BbBfH",
"fields": [
["cutdown_battery_voltage", "battery_5v_byte"],
["external_temperature", "none"],
["test_counter", "none"],
["test_float_field", "none"],
["test_int_field", "none"]
]
},
"HORUSTEST2": {
"struct": "<BbBH4x",
"fields": [
["cutdown_battery_voltage", "battery_5v_byte"],
["external_temperature", "none"],
["test_counter", "none"],
["test_int_field", "none"]
]
2021-08-25 11:43:44 +00:00
},
"4FSKTEST32": {
"struct": "<BBBBBBBBB",
"fields": [
["test_field 1", "none"],
["test_field 2", "none"],
["test_field 3", "none"],
["test_field 4", "none"],
["test_field 5", "none"],
["test_field 6", "none"],
["test_field 7", "none"],
["test_field 8", "none"],
["test_field 9", "none"],
]
2020-07-04 09:42:23 +00:00
}
}