Fix Humidity conversion on HDC1080

https://github.com/arendst/Tasmota/issues/8194#issuecomment-615749619
This commit is contained in:
Adrian Scillato 2020-04-26 20:49:46 -03:00 committed by GitHub
parent c9149b53c5
commit a417df1760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";