VersBinarii / bme280-rs

A platform agnostic Rust driver for the Bosch BM[PE]-280
Other
59 stars 73 forks source link

Fix init delay #40

Closed CBJamo closed 2 months ago

CBJamo commented 3 months ago

I assume this was a copy/paste or typo error while updating to eh-1.0. The previous release should probably be yanked, as trying to read the calibration data before the reset time is complete will result in some of the cal data being zero-ed, which then gives invalid data.

I also derived defmt::Format on several structs in the course of debugging, and figure that should stick around.