Merge branch 'bugfix/cannot_jump_range_v5.1' into 'release/v5.1'

fix(temperature_sensor): Cannot switch the range smmothly on esp32h2(backport v5.1)

See merge request espressif/esp-idf!29153
This commit is contained in:
morris 2024-02-29 10:20:52 +08:00
commit 226a4d39cf

View File

@ -40,7 +40,7 @@
#define I2C_SARADC_TSENS_DAC 0x6
#define I2C_SARADC_TSENS_DAC_MSB 3
#define I2C_SARADC_TSENS_DAC_LSB 3
#define I2C_SARADC_TSENS_DAC_LSB 0
#define I2C_SARADC_DTEST 7
#define I2C_SARADC_DTEST_MSB 1