mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #18] [MERGED] bugfix and better handling of AP crash #3133
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/18
Author: @nlimper
Created: 2/19/2023
Status: ✅ Merged
Merged: 2/19/2023
Merged by: @nlimper
Base:
master← Head:development📝 Commits (1)
2c46e9fbugfix and better handling of AP crash📊 Changes
12 files changed (+122 additions, -83 deletions)
View changed files
📝
esp32_fw/data/www/index.html(+2 -1)📝
esp32_fw/data/www/main.css(+14 -10)📝
esp32_fw/data/www/main.js(+22 -1)📝
esp32_fw/include/newproto.h(+2 -1)📝
esp32_fw/include/pendingdata.h(+0 -2)📝
esp32_fw/include/tag_db.h(+1 -0)📝
esp32_fw/src/contentmanager.cpp(+1 -1)📝
esp32_fw/src/main.cpp(+1 -1)📝
esp32_fw/src/newproto.cpp(+21 -7)📝
esp32_fw/src/serial.cpp(+2 -0)📝
esp32_fw/src/tag_db.cpp(+26 -4)📝
esp32_fw/src/web.cpp(+30 -55)📄 Description
bugfix: crash on startup when websockets were not yet properly initialised
robustness: if AP crashes, write to log, and restore all pending images to AP.
also: rebootbutton (saves DB, reboots esp, reconnects websocket, so nothing lost)
also: deleting tag (delete icon) now works
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.