You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SHTSensor::setAccuracy(SHTAccuracy newAccuracy) is simply returning
false in the base class, since most of the sensors don't support
it. as such, 'newAccuracy' is newer used.
Mark it as unused to get rid of the compiler warning in restrictive
compilation setups
0 commit comments