Skip to content

Fueling up

Compare
Choose a tag to compare
@tobozo tobozo released this 21 Mar 15:07
· 1149 commits to master since this release
1a7cafe

This is the third iteration but the first release \o/

Changes in this release

M5StackUpdater library

  • Removed the buzz sound (thanks to macsbug for the hint)
  • Moved the "/menu.bin" file name to a constant
  • Adapted displayUpdateUI() to file copy

M5Stack-SD-Menu example

  • Exported all strings into an i18n file for easier translation
  • Added automatic creation of folder structure on SD Card
  • Added automatic file copy from SPIFFS to SD Card
  • Added "credits" field to JSON meta format (not used yet)
  • Improved scrolling in Info window
  • Re-factored file info gathering
  • Menu can now display its own meta (and load itself)
  • Auto-sleep after 10mn except when animating scroll
  • Fixed some bugs (thanks to reaper7)