mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #10] [MERGED] Lots of webinterface improvements #1467
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/10
Author: @nlimper
Created: 2/7/2023
Status: ✅ Merged
Merged: 2/7/2023
Merged by: @nlimper
Base:
master← Head:development📝 Commits (5)
5642527hwmodel automaticbef45b7added receive info values in tagDB and webpageb0064f6Merge branch 'master' into developmenta752927bugfixesf41d462Merge branch 'master' into development📊 Changes
15 files changed (+293 additions, -261 deletions)
View changed files
📝
esp32_fw/data/www/index.html(+6 -11)📝
esp32_fw/data/www/main.css(+64 -17)📝
esp32_fw/data/www/main.js(+39 -24)📝
esp32_fw/include/contentmanager.h(+4 -0)➖
esp32_fw/include/http.h(+0 -4)📝
esp32_fw/include/settings.h(+19 -30)📝
esp32_fw/include/tag_db.h(+17 -3)📝
esp32_fw/src/contentmanager.cpp(+98 -109)➖
esp32_fw/src/http.cpp(+0 -41)📝
esp32_fw/src/main.cpp(+2 -1)📝
esp32_fw/src/makeimage.cpp(+8 -4)📝
esp32_fw/src/newproto.cpp(+15 -4)📝
esp32_fw/src/tag_db.cpp(+20 -11)📝
esp32_fw/src/web.cpp(+0 -1)📝
tag_fw/make.bat(+1 -1)📄 Description
your settings.h will be overwritten again, but structure of the file is changed so it's easier to manage now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.