- 2.6.0:
- Pulling data from my new api, integrating all devices list with m5burner api and counting downloads into the m5burner database.
- OTA Pagination (pages of 100 firmware ordered by download-default)
- New Device: M5Stack Tab5.
- New Device: Lilygo T-HMI
- New Feature: Backup SPIFFS/FAT now prompts to merge data into a chosen binary, so you can install firmware and data choosign
SPIFFS Yes
on install and backup B Binaries now have incremental names. - New Feature: Added Filter and ordering to the fimware list.
- New Feature: Added Starred firmware list (controlled by me.. support the project to have yout firmware into the starred list.).
- New Feature: Added "Favorite" (Need SD Card), where you an add the firmwares from the OTA list, or Manually add your binary links from your local server or whatever.
- config.conf changes:
...
"favorite": [
{ // Example of firmware added into Favorites through OTA function
"name": "Evil-Cardputer-7h30th3r0n3",
"fid": "2128851a0c98a4c1d15ac1a327b49812",
"link": ""
},
{ // Example of my custom link file added manually editiing this file
"name": "Launcher Beta link",
"fid": "", // leave it blank
"link": "https://github.com/bmorcelli/Launcher/releases/download/beta/Launcher-m5stack-cardputer.bin"
},
{
"name": "Bruce Beta link",
"fid": "",
"link": "https://github.com/pr3y/Bruce/releases/download/betaRelease/Bruce-m5stack-cardputer.bin"
},
],
"aa:bb:cc:11:22:33": 1, // Rotation is now bound to hardware MAC
...