mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #211] [MERGED] esp32 compression support for buffer; previews support compressed buffers too #2671
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/211
Author: @nlimper
Created: 1/28/2024
Status: ✅ Merged
Merged: 1/29/2024
Merged by: @nlimper
Base:
master← Head:zlib📝 Commits (8)
30eceafzlib supportd246a1ewindow size0aa5fabzlib 4096 window sizee65cf23fixde3378aUpdate contentmanager.cppef6405fMerge remote-tracking branch 'upstream/master' into zliba374047fixes and code cleaning2aea9e5tagtype📊 Changes
24 files changed (+9783 additions, -158 deletions)
View changed files
📝
ESP32_AP-Flasher/data/tagtypes/05.json(+1 -0)📝
ESP32_AP-Flasher/data/tagtypes/34.json(+1 -1)📝
ESP32_AP-Flasher/data/tagtypes/35.json(+2 -0)📝
ESP32_AP-Flasher/data/www/edit.html.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/index.html.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/main.js.gz(+0 -0)📝
ESP32_AP-Flasher/include/makeimage.h(+2 -0)📝
ESP32_AP-Flasher/include/tag_db.h(+1 -0)➕
ESP32_AP-Flasher/lib/miniz-oepl/ChangeLog.md(+239 -0)➕
ESP32_AP-Flasher/lib/miniz-oepl/LICENSE(+22 -0)➕
ESP32_AP-Flasher/lib/miniz-oepl/miniz-oepl.cpp(+7842 -0)➕
ESP32_AP-Flasher/lib/miniz-oepl/miniz-oepl.h(+1429 -0)➕
ESP32_AP-Flasher/lib/miniz-oepl/readme.md(+46 -0)📝
ESP32_AP-Flasher/src/contentmanager.cpp(+66 -31)📝
ESP32_AP-Flasher/src/flasher.cpp(+0 -36)📝
ESP32_AP-Flasher/src/leds.cpp(+11 -30)📝
ESP32_AP-Flasher/src/main.cpp(+0 -3)📝
ESP32_AP-Flasher/src/makeimage.cpp(+85 -3)📝
ESP32_AP-Flasher/src/newproto.cpp(+2 -2)📝
ESP32_AP-Flasher/src/storage.cpp(+0 -46)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.