[PR #71] [MERGED] Misc changes to for low-effort setups #3162

Closed
opened 2026-03-20 22:07:44 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/71
Author: @Mimoja
Created: 6/20/2023
Status: Merged
Merged: 6/25/2023
Merged by: @jjwbruijn

Base: masterHead: misc


📝 Commits (6)

  • a3fc1da Add Flash Timeout parameter
  • 940795d Dont attack the ledc to the LED pin if no LED is available
  • e45845e Add SPIFFSEditor header to match imported source file
  • 2e55c49 main: Print free heap in parallel to web interface
  • 1046831 Print free disk space in human readable numbers
  • cc1dcd9 ESP: split esp2buffer into two calls

📊 Changes

7 files changed (+87 additions, -25 deletions)

View changed files

📝 ESP32_AP-Flasher/data/www/main.js (+13 -1)
ESP32_AP-Flasher/include/SPIFFSEditor.h (+24 -0)
📝 ESP32_AP-Flasher/src/leds.cpp (+5 -3)
📝 ESP32_AP-Flasher/src/main.cpp (+3 -0)
📝 ESP32_AP-Flasher/src/makeimage.cpp (+35 -18)
📝 ESP32_AP-Flasher/src/serialap.cpp (+6 -2)
📝 ESP32_AP-Flasher/src/web.cpp (+1 -1)

📄 Description

This PR bundles multiple changes which enable simpler setups and brings some minimal quality of life improvements which arose with many APs at the same time.


🔄 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/71 **Author:** [@Mimoja](https://github.com/Mimoja) **Created:** 6/20/2023 **Status:** ✅ Merged **Merged:** 6/25/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `misc` --- ### 📝 Commits (6) - [`a3fc1da`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/a3fc1da6d22b5bff6ff39151a5c38529d75a34a8) Add Flash Timeout parameter - [`940795d`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/940795d05d9fb9f37973f722c0ba591368dbaf05) Dont attack the ledc to the LED pin if no LED is available - [`e45845e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/e45845e00ece6f27c64985e0238cbb74ce352dee) Add SPIFFSEditor header to match imported source file - [`2e55c49`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/2e55c49a92ee5d62c7172dc3f8489e651288cb67) main: Print free heap in parallel to web interface - [`1046831`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/10468313e1f21291fc53a873aaa8a3eb30c35b33) Print free disk space in human readable numbers - [`cc1dcd9`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/cc1dcd9d29af20817cc5a6206faa7bf93bf9f706) ESP: split esp2buffer into two calls ### 📊 Changes **7 files changed** (+87 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/data/www/main.js` (+13 -1) ➕ `ESP32_AP-Flasher/include/SPIFFSEditor.h` (+24 -0) 📝 `ESP32_AP-Flasher/src/leds.cpp` (+5 -3) 📝 `ESP32_AP-Flasher/src/main.cpp` (+3 -0) 📝 `ESP32_AP-Flasher/src/makeimage.cpp` (+35 -18) 📝 `ESP32_AP-Flasher/src/serialap.cpp` (+6 -2) 📝 `ESP32_AP-Flasher/src/web.cpp` (+1 -1) </details> ### 📄 Description This PR bundles multiple changes which enable simpler setups and brings some minimal quality of life improvements which arose with many APs at the same time. --- <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 22:07:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3162