Releases: tobozo/M5Stack-SD-Updater
Releases · tobozo/M5Stack-SD-Updater
1.2.8
What's Changed
- Factory partition support
- Add factory menu example
- Removed submodules
- Fixed compilation warning
- Removed some dead code, renamed methods, updated example
- Added property enabled/disabled to BtnXAction
- Added setWaitDelay()
- CI: dynamic core version planner
Full Changelog: v1.2.7...v1.2.8
1.2.7
What's Changed
- Support for FFat and SdFat
- Experimental tools for factory partition
- M5Atom fixes
Full Changelog: v1.2.5...v1.2.7
1.2.5
1.2.4
What's Changed
- SdFat support (SdFs only)
- fix for SD_MMC
- Optional gzipped firmware support with ESP32-targz
- new progress bar by @armel
Full Changelog: v1.2.1...v1.2.4
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
What's Changed
- Added optional
SDU_APP_AUTHOR
andSDUCfg.setAuthorName()
for lobby screen. - Improved lobby screen design and error reporting, added animation.
- New
SDUCfg.onButtonDrawCb
type uses an extra argument (text shadow color), this will change again in a further release. - Reduced impact on binary size.
Full Changelog: v1.1.6...v1.1.7
1.1.6
Fixes & Features
- Added config option
use_rollback
along withSDUCfg.useRolllback( bool )
, setting it to false will disable the rollback checks and force the loading ofmenu.bin
from the SD Card. This adresses specific partition schemes that do not use OTA1/OTA2. - M5Stack-SD-Menu can now be compiled with platformio, while this is sub-optimal for binary size, it can still be used along with platformio binaries that use specific or arduino incompatible partition schemes.
- Checked [email protected] and [email protected] core compliance
- Detached M5Core2 from custom touch UI, now using native Buttons emulation from LovyanGFX.h/M5Core2.h/ESP32-Chimera-Core.h
- Updated examples