You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(adc): Always use default read resolution in __analogReadMilliVolts to obtain correct milliVolts value. (espressif#9006)
Add new __analogReadRaw function and move code from __analogRead without mapResolution part to __analogReadRaw.
Refactor __anlogRead to use analogReadRaw (and mapResolution).
Refactor __analogReadMilliVolts to always use default read resolution when reading adc value, as expected input by esp_adc_cal_raw_to_voltage is in default resolution (means replacing all calls of __analogRead with __analogReadRaw).
0 commit comments