Use correction factor of 1.5 K
This commit is contained in:
parent
1034db1d01
commit
7633d7480a
@ -59,7 +59,7 @@ struct TinyWetterReading {
|
||||
|
||||
impl TinyWetterReading {
|
||||
fn temperature(&self) -> f32 {
|
||||
(self.temperature_bmp280 + self.temperature_si7021) / 2. - 1.
|
||||
(self.temperature_bmp280 + self.temperature_si7021) / 2. - 1.5
|
||||
}
|
||||
|
||||
fn sea_level_preassure(&self, altitude: f32) -> f32 {
|
||||
|
Loading…
Reference in New Issue
Block a user