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 oversampling ratio regression from HAL v7 upgrade
The STM32H7xx HAL now subtracts 1 from the Oversampling.Ratio value
internally before applying it. libDaisy was already pre-subtracting 1,
causing double-compensation (e.g. OVS_32 summed ~31 samples instead of
32, then divided by 32). All 9 ratio values corrected.
Matches upstream electro-smith/libDaisy PR electro-smith#695.
0 commit comments