-
released this
2024-12-08 20:55:59 +01:00 | 151 commits to master since this release📅 Originally published on GitHub: Sun, 08 Dec 2024 19:56:41 GMT
🏷️ Git tag created: Sun, 08 Dec 2024 19:55:59 GMTMost notable changes
Added Group 5 compression for selected tag types. More powerful tags already utilize zlib compression for transferring images, but the ZBS/8051-based tags lack the processing power and/or internal memory to decompress zlib. By incorporating the lightweight Group 5 compression library by Larry Bank we now have an solution for these tags. Currently, the M2 and Opticon tags use this method (a tag firmware update is required).
This is most likely the final release supported on ESP32-S2-based access points. We've squeezed out every possible byte of its flash (also, the G5 compression didn't fit anymore). But no worries, your S2-based AP will just keep working as it always did.
Other changes
- Added G5 encoding https://github.com/OpenEPaperLink/OpenEPaperLink/pull/404
- fixed AP list doesn't show correct fw version https://github.com/OpenEPaperLink/OpenEPaperLink/issues/389
- fixed Unable to flash different build environment https://github.com/OpenEPaperLink/OpenEPaperLink/issues/392
- Enable SubGhz, changed CC1101 pin assigments for the Lilygo T-Panel
7735612a16 - Fix #403: missing esp_ieee802154_receive_handle_done() function call causing stop of ZigBee reception. (C6 firmware)
- Added ATC BLE OEPL Sending
- new templates for M2 2.2" and M2 2.6" tags
- new tagtypes for Opticon tags
- add support for 3bpp ACeP buffers (7 color epaper)
- Added HS tagtypes from TLSR Alpha repo
- Removed custom LUT upload on M2 tags
Full Changelog: https://github.com/OpenEPaperLink/OpenEPaperLink/compare/2.70...2.75
Downloads
mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 01:04:30 +01:00