quen0n / unitemp-flipperzero

Flipper Zero application for reading temperature, humidity and pressure sensors like a DHT11/22, DS18B20, BMP280, HTU21 and more
GNU General Public License v3.0
288 stars 35 forks source link

hpa conversion is kind'a faulty #29

Closed kokein closed 10 months ago

kokein commented 10 months ago

Hi, I found out that hpa conversion is kind'a faulty.

Im using BME280 (3,3v) and it of course work fine but in "mm H", and whet trying to set "hPa" it goes crazy :)

Eg: 770 mm Hg / -> -28349,6 hPa :D (and it shuld be around 1026,58 hpa) ;)

20240109_110403 20240109_110421

Nick

quen0n commented 10 months ago

The plugin does not support the pressure display format that is presented on your screen You may be using a version of the plugin with modifications from a third-party developer. The original plugin does not have this problem.