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

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

See merge request espressif/esp-idf!29152
This commit is contained in:
Jiang Jiang Jian 2024-02-22 16:53:41 +08:00
commit 2fc023ef95

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