kike-canaries / canairio_sensorlib

Particle sensor manager for multiple sensors: Honeywell, Plantower, Panasonic, Sensirion, etc. This is sensors layer of CanAirIO project too.
https://canair.io/docs/sensorlib.html
GNU General Public License v3.0
37 stars 12 forks source link

Test for Altitude problem with SCD30 #99

Closed danielbernalb closed 2 years ago

danielbernalb commented 2 years ago

Added: sensors.setCO2AltitudeOffset(2600.0); for test the change in the altitude

and replecement: if (getPmDeviceSelected().equals("SCD30")) by if (true) { because in this routine the firmway don´t detect the sensor.

The problem is that the firmware erase the value of altitude that have the SCD30 and the app have problems too with this value.

hpsaturn commented 2 years ago

close with PR #100