There's a bug with the rolling average

Not quite sure where though
This commit is contained in:
2023-10-31 22:12:51 +00:00
parent 0bbae8a254
commit 6ed826ed7a
2 changed files with 65 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ menu "DHT22"
depends on DHT22_ENABLED
config DHT22_PERIOD_POLL
int "Period to poll the DHT22 in ms"
int "Period to poll the DHT22 in seconds"
default 2000
depends on DHT22_ENABLED
endmenu
endmenu