Skip to content

Commit

Permalink
Merge branch 'bugfix/cannot_jump_range_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(temperature_sensor): Cannot switch the range smmothly on esp32h2(backport v5.1)

See merge request espressif/esp-idf!29153
  • Loading branch information
suda-morris committed Feb 29, 2024
2 parents e9ab9f3 + 9025e44 commit 226a4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/soc/esp32h2/include/soc/regi2c_saradc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 226a4d3

Please sign in to comment.