mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Fix Humidity conversion on HDC1080
https://github.com/arendst/Tasmota/issues/8194#issuecomment-615749619
This commit is contained in:
parent
c9149b53c5
commit
a417df1760
@ -62,7 +62,7 @@
|
||||
|
||||
#define HDC1080_CONV_TIME 15 // Assume 6.50 + 6.35 ms + x of conversion delay for this device
|
||||
#define HDC1080_TEMP_MULT 0.0025177
|
||||
#define HDC1080_RH_MULT 0.0025177
|
||||
#define HDC1080_RH_MULT 0.0015258
|
||||
#define HDC1080_TEMP_OFFSET 40.0
|
||||
|
||||
const char* hdc_type_name = "HDC1080";
|
||||
|
Loading…
x
Reference in New Issue
Block a user