commit | 94327512a3329a36eb8b5905d8da5f4c75b34515 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Thu Dec 23 17:12:29 2021 -0300 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Sat Jan 01 07:39:41 2022 -0500 |
tree | 204f65cd20ead9b0c0fff36161c198bb0af728c9 | |
parent | c0fff657c56430c81192b467aaa823a262b1284d [diff] |
drivers: i2c: esp32: split stop command into a new transmission STOP command was issued in the same transmission message and as from esp-idf, this should be moved into a new transmission. Although it works in most scenarios, SHT3X sensor is one case that presents reading error. Closes #41385 Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>