Skip to content

April 2025

Latest
Compare
Choose a tag to compare
@pschatzmann pschatzmann released this 28 Apr 20:27
· 1 commit to main since this release

New Functionality

  • AudioBoard: new methods setPins() & setDriver()
  • DriverPins: new method setPinActive()
  • Lyrat Using AudioDriverES8388H3 (AI_THINKER_ES8388_VOLUME_HACK=3)
  • Separate ES8388 Driver for each Volume Hack
    • AudioDriverES8388H0 (Volume Hack 0)
    • AudioDriverES8388H1 (Volume Hack 1)
    • AudioDriverES8388H2 (Volume Hack 2)
    • AudioDriverES8388H3 (Volume Hack 3)

Improvements

  • Replace Arduino map function to avoid naming conflicts

Error Corrections

  • Correct misspelled singal to signal
  • isKeyPressed log
  • Fix broken AudioDriverLyratMiniClass
  • support i2c_bus_write_bytes w/o data

Full Changelog: v0.1.2...v0.1.3