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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
UnitBME688: setHeaterPower() and setHeaterDuration() API
HatYun and HatENV3 support
Example for the UnitSHT30 built into the M5Paper
Examples now select the I2C path between TwoWire, I2C_Class, and M5HAL
Changed
UnitQMP6988: renamed OversamplingSetting::UltraHightAccuracy to UltraHighAccuracy; the old name remains as a deprecated alias for backward compatibility
UnitENV4: simplified internal composition and refreshed examples
Legacy and M5UnitUnified APIs can no longer be mixed in the same translation unit (preprocessor-guarded)
Fixed
UnitBME688: calibration write used the wrong source array for groups 1 and 2; strict-aliasing violation in calibration parsing