You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a feature for temperature correction in the settings which I used for my BME280 to lower the temperaure value.
Recently I changed to a SHT3X Sensor and the correction is now ineffective.
I reviewed the code and saw that for BME280 there is a correction
There is a feature for temperature correction in the settings which I used for my BME280 to lower the temperaure value.
Recently I changed to a SHT3X Sensor and the correction is now ineffective.
I reviewed the code and saw that for BME280 there is a correction
sensors-software/airrohr-firmware/airrohr-firmware.ino
Lines 3410 to 3414 in 27f6313
but for some sensors the correction is missing, e.g.:
sensors-software/airrohr-firmware/airrohr-firmware.ino
Lines 3349 to 3352 in 27f6313
The SHT31x is not the only affected sensor.
The text was updated successfully, but these errors were encountered: