Merge branch 'bugfix/cannot_jump_range' into 'master'

fix(temperature_sensor): Cannot switch the range smoothly on esp32h2

Closes IDF-9054

See merge request espressif/esp-idf!28530
This commit is contained in:
C.S.M
2024-01-19 09:44:26 +08:00

View File

@@ -40,7 +40,7 @@
#define I2C_SARADC_TSENS_DAC 0x6 #define I2C_SARADC_TSENS_DAC 0x6
#define I2C_SARADC_TSENS_DAC_MSB 3 #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 7
#define I2C_SARADC_DTEST_MSB 1 #define I2C_SARADC_DTEST_MSB 1