Skip to content

Commit

Permalink
Merge pull request #264 from mikaelnousiainen/patch-3
Browse files Browse the repository at this point in the history
Add custom fields for OH3BHX payload ID
  • Loading branch information
darksidelemm authored Aug 13, 2024
2 parents 4a5f6d8 + d0b489a commit ccf43f1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion custom_field_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,16 @@
["uv_max", "none"],
["uv_avg", "none"]
]
}
},
"OH3BHX": {
"comment": "OH3BHX custom fields with RadSens and BME280 sensors",
"struct": "<HhBHH",
"fields": [
["radiation_intensity", "none"],
["ext_temperature", "divide_by_10"],
["ext_humidity", "none"],
["ext_pressure", "divide_by_10"],
["pulse_counts","none"]
]
}
}

0 comments on commit ccf43f1

Please sign in to comment.