drivers: sensor: sensirion: sht4x: update measurement duration

Update the measurement durations for the sht4x sensors
in accordance with the datasheet revision 6.6 (2024-04).

These timings have been updated by sensirion in rev 3 of
the datasheet.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
Thomas Stranger 2024-11-07 19:27:11 +01:00 committed by Anas Nashif
commit 501f07fe53

View file

@ -41,7 +41,7 @@ static const uint8_t measure_cmd[3] = {
};
static const uint16_t measure_wait_us[3] = {
1700, 4500, 8200
1600, 4500, 8300
};
/*