mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #112] [MERGED] Refactor contentmanager #1521
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/112
Author: @enwi
Created: 8/12/2023
Status: ✅ Merged
Merged: 8/12/2023
Merged by: @nlimper
Base:
master← Head:esp32_ap📝 Commits (10+)
b981a7fStart contentmanager cleanupde8478dRefactor contentmanager::drawNew1225a28Optimize contentManager::replaceVariables2994be4Fix missing const in prepareCancelPendingf848b1cRefactor drawDatede8cf3eRefactor drawWeather, drawForecast & getLocation9fb4a52Add util function for printing largest free blockef559dcReuse weather icons for both drawWeather & drawForecast5d5566cMake httpGetJson timeout constf6f90d7Reafctor more functions📊 Changes
12 files changed (+483 additions, -364 deletions)
View changed files
📝
ESP32_AP-Flasher/include/contentmanager.h(+12 -12)📝
ESP32_AP-Flasher/include/newproto.h(+8 -8)📝
ESP32_AP-Flasher/include/tag_db.h(+6 -7)➕
ESP32_AP-Flasher/include/util.h(+102 -0)📝
ESP32_AP-Flasher/include/web.h(+2 -2)📝
ESP32_AP-Flasher/src/contentmanager.cpp(+298 -279)📝
ESP32_AP-Flasher/src/main.cpp(+14 -13)📝
ESP32_AP-Flasher/src/makeimage.cpp(+4 -3)📝
ESP32_AP-Flasher/src/newproto.cpp(+20 -20)📝
ESP32_AP-Flasher/src/ota.cpp(+4 -8)📝
ESP32_AP-Flasher/src/tag_db.cpp(+8 -8)📝
ESP32_AP-Flasher/src/web.cpp(+5 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.