[PR #141] [MERGED] New hardware profile: PoE AP #3200

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/141
Author: @DeltaCore
Created: 9/29/2023
Status: Merged
Merged: 9/29/2023
Merged by: @nlimper

Base: masterHead: master


📝 Commits (2)

  • 4a7b217 New hardware profile: PoE AP
  • 0c8a959 fix(fsfree): fixed var type of freesize of FS

📊 Changes

12 files changed (+140 additions, -1872 deletions)

View changed files

📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/.gitignore (+4 -0)
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/Kconfig.projbuild (+28 -0)
📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/second_uart.c (+2 -4)
📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/second_uart.h (+14 -0)
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/sdkconfig (+0 -1860)
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/sdkconfig.defaults (+8 -0)
ESP32_AP-Flasher/16MB_partition table.csv (+8 -0)
📝 ESP32_AP-Flasher/include/storage.h (+1 -1)
📝 ESP32_AP-Flasher/platformio.ini (+50 -0)
📝 ESP32_AP-Flasher/src/storage.cpp (+1 -1)
📝 ESP32_AP-Flasher/src/web.cpp (+6 -1)
📝 ESP32_AP-Flasher/wwwroot/main.js (+18 -5)

📄 Description

  • fixed var type of free space of FS
  • added harware profiles for C6 firmware in menuconfig
  • added free PSRAM stat in webinterface

🔄 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/141 **Author:** [@DeltaCore](https://github.com/DeltaCore) **Created:** 9/29/2023 **Status:** ✅ Merged **Merged:** 9/29/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`4a7b217`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/4a7b217aa8a043862883b894b89ba2e70d52f898) New hardware profile: PoE AP - [`0c8a959`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/0c8a959a6f21478e7f61fd2cb6d69f62750a0b39) fix(fsfree): fixed var type of freesize of FS ### 📊 Changes **12 files changed** (+140 additions, -1872 deletions) <details> <summary>View changed files</summary> 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/.gitignore` (+4 -0) ➕ `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/Kconfig.projbuild` (+28 -0) 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/second_uart.c` (+2 -4) 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/second_uart.h` (+14 -0) ➖ `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/sdkconfig` (+0 -1860) ➕ `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/sdkconfig.defaults` (+8 -0) ➕ `ESP32_AP-Flasher/16MB_partition table.csv` (+8 -0) 📝 `ESP32_AP-Flasher/include/storage.h` (+1 -1) 📝 `ESP32_AP-Flasher/platformio.ini` (+50 -0) 📝 `ESP32_AP-Flasher/src/storage.cpp` (+1 -1) 📝 `ESP32_AP-Flasher/src/web.cpp` (+6 -1) 📝 `ESP32_AP-Flasher/wwwroot/main.js` (+18 -5) </details> ### 📄 Description - fixed var type of free space of FS - added harware profiles for C6 firmware in menuconfig - added free PSRAM stat in webinterface --- <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:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3200