mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #113] [MERGED] Optimize tagDB and reduce RAM usage #3731
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/113
Author: @enwi
Created: 8/12/2023
Status: ✅ Merged
Merged: 8/17/2023
Merged by: @nlimper
Base:
master← Head:esp32_ap📝 Commits (8)
bdf6279Reduce code size by removing nullptr assignments8602049Optimize tagDB for loops296068eMore tagDB optimizations3fc147bRemove static from language arrays reducing RAM by 5128b1a6f45cAdd missing extern in tag_db.h9287343Fix deprecation warning of sntp.h5d711edRemove static from contentmanager, reduces RAM by 184b7909752Use string reference in prepareDataAvail📊 Changes
13 files changed (+188 additions, -206 deletions)
View changed files
📝
ESP32_AP-Flasher/include/contentmanager.h(+1 -1)📝
ESP32_AP-Flasher/include/language.h(+17 -17)📝
ESP32_AP-Flasher/include/newproto.h(+1 -1)📝
ESP32_AP-Flasher/include/tag_db.h(+15 -15)📝
ESP32_AP-Flasher/src/contentmanager.cpp(+14 -14)📝
ESP32_AP-Flasher/src/ips_display.cpp(+3 -5)📝
ESP32_AP-Flasher/src/language.cpp(+26 -0)📝
ESP32_AP-Flasher/src/newproto.cpp(+39 -59)📝
ESP32_AP-Flasher/src/serialap.cpp(+21 -21)📝
ESP32_AP-Flasher/src/system.cpp(+1 -1)📝
ESP32_AP-Flasher/src/tag_db.cpp(+42 -58)📝
ESP32_AP-Flasher/src/web.cpp(+6 -12)📝
ESP32_AP-Flasher/src/wifimanager.cpp(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.