Use correction factor of 1.5 K
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user