Skip to content

SensorfwLightSensor: skip bogus value of 0

Sometimes SensorFW will report a value of 0 on start. It's unlikely that there's actually 0 lux of light - even covering the sensor with a finger would have some light leak in. So I can only assume that it's a bogus value. Thus, just ignore it and wait for the next value update to arrive.

Fixes: #38 (closed)

Merge request reports