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
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
Get-BME280Data/Set-BME280Config functions have Oversampling parameter, but it currently does nothing.
This parameter should be tied to binary value used in Set-BME280Config function according to sensor datasheet.
Currently oversampling of data is set to ×2 by constants like this: [Convert]::ToByte("01001001",2).
This should be changed to be based on Oversampling parameter.
The text was updated successfully, but these errors were encountered:
Get-BME280Data
/Set-BME280Config
functions haveOversampling
parameter, but it currently does nothing.This parameter should be tied to binary value used in
Set-BME280Config
function according to sensor datasheet.Currently oversampling of data is set to
×2
by constants like this:[Convert]::ToByte("01001001",2)
.This should be changed to be based on
Oversampling
parameter.The text was updated successfully, but these errors were encountered: