Skip to content

Releases: m5stack/M5Unified

0.1.14

31 Mar 14:18
de75290
Compare
Choose a tag to compare
  • 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

04 Mar 06:26
725c654
Compare
Choose a tag to compare
  • 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

29 Dec 12:28
8b25496
Compare
Choose a tag to compare

bug fix

  • Cannot set low sampling rate with StickCPlus2's microphone
  • Speaker/mic does not work with ESP-IDF v5.0.x
  • external_imu doesn't work
  • Unable to obtain high frequency data from MPU6886

0.1.11

21 Nov 08:33
10f154c
Compare
Choose a tag to compare

update

  • Fixed a bug that caused an error when the compiler warning level was maximized.
  • Updated some sample code.
  • Updated readme.

0.1.10

12 Oct 08:13
772d93a
Compare
Choose a tag to compare

bug fix

  • Compile error with ESP-IDF v5
  • Compile error with ESP32C3
  • missing mic support with M5Capsule

New Supported Devices

  • M5Cardputer

Improve

  • added getPin function.

0.1.9

20 Aug 06:36
98353fc
Compare
Choose a tag to compare

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

06 Aug 14:35
fd4938d
Compare
Choose a tag to compare

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

10 Jun 10:20
d26d241
Compare
Choose a tag to compare

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

27 Apr 14:28
a5d6d31
Compare
Choose a tag to compare

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.

0.1.4

16 Feb 12:02
d4c0de0
Compare
Choose a tag to compare

Bug Fixes

  • Multiple runs of begin do not work properly

Specification Change

  • Added configuration values for external displays to config parameters at begin.

Additional Functions

  • Added support for StampS3
  • Added setPrimaryDisplayType function