mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #78] [MERGED] Misc fixes #956
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/78
Author: @Mimoja
Created: 7/5/2023
Status: ✅ Merged
Merged: 7/8/2023
Merged by: @Mimoja
Base:
master← Head:for_master📝 Commits (3)
d1ad874Fix: Properly calculate db size for SystemInfob10d485Refactor build flags7f02facAdd updateRemote.sh script to update the contentFs on multiple APs at once📊 Changes
5 files changed (+95 additions, -35 deletions)
View changed files
📝
ESP32_AP-Flasher/data/www/main.js(+1 -1)📝
ESP32_AP-Flasher/platformio.ini(+13 -32)➕
ESP32_AP-Flasher/push_ota.sh(+19 -0)📝
ESP32_AP-Flasher/src/web.cpp(+12 -2)➕
ESP32_AP-Flasher/updateRemote.sh(+50 -0)📄 Description
So far the calculated size for the tagDB in the frontend was
purely based on the size of each of its static entries.
However the data pointer as well as the json based config string
can occupy additional memory which is not accounted for.
We are therefore introducing a helper function to properly
calculate the DBs size.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.