[PR #78] [MERGED] Misc fixes #1507

Closed
opened 2026-03-20 19:08:48 +01:00 by sascha_hemi · 0 comments
Owner

📋 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: masterHead: for_master


📝 Commits (3)

  • d1ad874 Fix: Properly calculate db size for SystemInfo
  • b10d485 Refactor build flags
  • 7f02fac Add 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

  • Fix: Properly calculate db size for SystemInfo

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.

  • platform-io.ini:     Refactor build flags
    
  • Add updateRemote.sh script to update the contentFs on multiple APs at once
    

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/78 **Author:** [@Mimoja](https://github.com/Mimoja) **Created:** 7/5/2023 **Status:** ✅ Merged **Merged:** 7/8/2023 **Merged by:** [@Mimoja](https://github.com/Mimoja) **Base:** `master` ← **Head:** `for_master` --- ### 📝 Commits (3) - [`d1ad874`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/d1ad8749e9c45798931d8146ef075841fefc34c9) Fix: Properly calculate db size for SystemInfo - [`b10d485`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/b10d4859738bc31e70e468a00a03c5bf5a5ecc14) Refactor build flags - [`7f02fac`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/7f02facf1a54b91deae03fe511bdbb9893b4726f) Add updateRemote.sh script to update the contentFs on multiple APs at once ### 📊 Changes **5 files changed** (+95 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Fix: Properly calculate db size for SystemInfo 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. - platform-io.ini: Refactor build flags - Add updateRemote.sh script to update the contentFs on multiple APs at once --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 19:08:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#1507