Releases: m5stack/M5Unified
Releases · m5stack/M5Unified
0.1.14
-
added support for NanoC6 (Currently there is a problem with using external Speaker/Mic)
-
Fixed a bug that prevented compilation for ESP32C3.
-
Fixed a bug where the model identification of M5Capsule was not working correctly.
-
Fixed a bug where 5V was not output to the external port depending on the M5Station revision.
-
Added M5.Log.dump function.
-
Added getClickCount function to M5.Touch detail.
-
Added channel selection item to use left or right when monaural in M5.Mic settings.
-
Changed M5.Power.INA3221 instance to array[2]. (Compatible with M5Station)
0.1.13
- Countermeasures for cases where model determination of M5StampS3 and M5AtomS3Lite fails
- Fixed the issue where the IRQ pin was always LOW on M5StickC/CPlus (corrected settings for AXP192)
- Added M5.Imu.sleep function. (Currently only compatible with MPUxxxx series IMU)
- Added a function for determining flick/drag operations to M5.Touch.
- wasFlickStart,isFlicking,wasFlicked
- wasDragStart,isDragging,wasDragged
0.1.12
0.1.11
0.1.10
0.1.9
Bug fix.
- Rebooting when using
M5.Power.powerOff()
. - High failure rate of automatic determination of AtomS3Lite and StampS3.
new feature
- M5.Power.getBatteryVoltage.
- M5.Power.getBatteryCurrent.
- M5.Power.setVibration.
New Supported Devices
- M5DinMeter
- M5Capsule
- M5StackCore2 v1.1
0.1.8
update
- Fixed build error in ESP-IDF v5 series.
- Fixed a problem with CoreS3 IMU not working properly.
- Fixed a flaw in the timing of button click count updates.
- Fixed button isHolding behavior.
- Fixed speaker noise on silence for internalDAC.
- Fixed M5.Power.getEXTEN not working.
- Fixed M5.Power.timerSleep function.
- Increased noise tolerance during geomagnetic calibration.
platform = native
build (running on PC) supported by PlatformIO
Newly supported devices
- M5StickCPlus2
- M5Dial
- UnitMiniOLED
- UnitGLASS2
0.1.7
Important Changes
- Changed the function name of M5.Power.setExtPower to setExtOutput. (The original name can also be used.)
- Added M5.setLogDisplayIndex function (M5.Log output destination can be set, default is output off)
- M5.Added specification to the argument whether the Mic recording output data is stereo or monaural.
Other changes
- Added M5.Power.setUsbOutput function (power output to USB for CoreS3)
- Support for CoreS3 IMU, and M5.Imu class enhancements and support for geomagnetic sensors.
- Reduced long press time to turn off the CoreS3 power button to 4 seconds
- Added support for AtomS3U.
0.1.6
Bug fix.
- Fix typo, wasDeciedClickCount to wasDecideClickCount.
- Fixed a bug that IMU parameter changes were not reflected correctly.
- Fixed compile error with ESP-IDFv5
Additional Functions
- Added support for M5Stack CoreS3.
- Added support for Unit GLASS.
- Added support for HAT SPK2.