mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
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:
commit
6c5373911a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user