[PR #28] [MERGED] Multi-AP #379

Closed
opened 2026-03-20 17:29:30 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/28
Author: @jjwbruijn
Created: 5/1/2023
Status: Merged
Merged: 5/1/2023
Merged by: @jjwbruijn

Base: masterHead: main


📝 Commits (10+)

  • 1a6d3d6 content for 4.2" tags
  • faf2d4c udp wip
  • 3ff40e5 wip dither
  • 7d15f41 Merge remote-tracking branch 'upstream/master'
  • 981fe9f Merge remote-tracking branch 'upstream/master'
  • cb9b9f1 cleaning up
  • 0edb93b zeroconfig multiAP over UDP
  • b7a339c caching lat/lon in weather
  • a466783 Merge remote-tracking branch 'upstream/master'
  • 9158549 cleanup pendingdata vector

📊 Changes

28 files changed (+1157 additions, -473 deletions)

View changed files

ESP32_AP-Flasher/data/alignment.bmp (+0 -0)
ESP32_AP-Flasher/data/alignment.jpg (+0 -0)
ESP32_AP-Flasher/data/kat-bw29.jpg (+0 -0)
ESP32_AP-Flasher/data/test154.bmp (+0 -0)
ESP32_AP-Flasher/data/test29.bmp (+0 -0)
ESP32_AP-Flasher/data/test42.bmp (+0 -0)
📝 ESP32_AP-Flasher/data/www/index.html (+56 -2)
📝 ESP32_AP-Flasher/data/www/main.css (+38 -16)
📝 ESP32_AP-Flasher/data/www/main.js (+90 -39)
📝 ESP32_AP-Flasher/include/commstructs.h (+16 -0)
📝 ESP32_AP-Flasher/include/contentmanager.h (+3 -2)
📝 ESP32_AP-Flasher/include/makeimage.h (+1 -0)
📝 ESP32_AP-Flasher/include/newproto.h (+3 -1)
ESP32_AP-Flasher/include/pendingdata.h (+0 -23)
📝 ESP32_AP-Flasher/include/serial.h (+3 -0)
📝 ESP32_AP-Flasher/include/tag_db.h (+14 -1)
ESP32_AP-Flasher/include/udp.h (+26 -0)
📝 ESP32_AP-Flasher/include/web.h (+3 -2)
📝 ESP32_AP-Flasher/platformio.ini (+1 -0)
📝 ESP32_AP-Flasher/src/contentmanager.cpp (+388 -189)

...and 8 more files

📄 Description

Nic added a very cool feature to use OpenEPaperLink with multiple APs on different channels. To benefit from the added features, update the AP firmware to the latest version, and make sure to upload a new filesystem as well!


🔄 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/28 **Author:** [@jjwbruijn](https://github.com/jjwbruijn) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/1/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (10+) - [`1a6d3d6`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/1a6d3d64089464f5fcfdea6a7140075f2c737c34) content for 4.2" tags - [`faf2d4c`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/faf2d4cc19dfa67843ef1943a5c754a9659c96cc) udp wip - [`3ff40e5`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/3ff40e526d2d9f388511d9fa9a7a8c95bd0270c6) wip dither - [`7d15f41`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/7d15f41b560cb0df76b828793bfeb2f1f59ed0b8) Merge remote-tracking branch 'upstream/master' - [`981fe9f`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/981fe9f312f23167fc42fc2742fe8d4683a243e8) Merge remote-tracking branch 'upstream/master' - [`cb9b9f1`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/cb9b9f164a7068114a783cf7a75263f151ad6948) cleaning up - [`0edb93b`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/0edb93be1a6f56656f5d1c2011f5cde80fc206ac) zeroconfig multiAP over UDP - [`b7a339c`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/b7a339c0346ba92272254edcbffd2223fdd158c0) caching lat/lon in weather - [`a466783`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/a46678386e6889392540a3113467b40135eb4d72) Merge remote-tracking branch 'upstream/master' - [`9158549`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/9158549cb37103e683e13a2af05a79de091d1e38) cleanup pendingdata vector ### 📊 Changes **28 files changed** (+1157 additions, -473 deletions) <details> <summary>View changed files</summary> ➖ `ESP32_AP-Flasher/data/alignment.bmp` (+0 -0) ➕ `ESP32_AP-Flasher/data/alignment.jpg` (+0 -0) ➖ `ESP32_AP-Flasher/data/kat-bw29.jpg` (+0 -0) ➖ `ESP32_AP-Flasher/data/test154.bmp` (+0 -0) ➖ `ESP32_AP-Flasher/data/test29.bmp` (+0 -0) ➖ `ESP32_AP-Flasher/data/test42.bmp` (+0 -0) 📝 `ESP32_AP-Flasher/data/www/index.html` (+56 -2) 📝 `ESP32_AP-Flasher/data/www/main.css` (+38 -16) 📝 `ESP32_AP-Flasher/data/www/main.js` (+90 -39) 📝 `ESP32_AP-Flasher/include/commstructs.h` (+16 -0) 📝 `ESP32_AP-Flasher/include/contentmanager.h` (+3 -2) 📝 `ESP32_AP-Flasher/include/makeimage.h` (+1 -0) 📝 `ESP32_AP-Flasher/include/newproto.h` (+3 -1) ➖ `ESP32_AP-Flasher/include/pendingdata.h` (+0 -23) 📝 `ESP32_AP-Flasher/include/serial.h` (+3 -0) 📝 `ESP32_AP-Flasher/include/tag_db.h` (+14 -1) ➕ `ESP32_AP-Flasher/include/udp.h` (+26 -0) 📝 `ESP32_AP-Flasher/include/web.h` (+3 -2) 📝 `ESP32_AP-Flasher/platformio.ini` (+1 -0) 📝 `ESP32_AP-Flasher/src/contentmanager.cpp` (+388 -189) _...and 8 more files_ </details> ### 📄 Description Nic added a very cool feature to use OpenEPaperLink with multiple APs on different channels. To benefit from the added features, update the AP firmware to the latest version, and make sure to upload a new filesystem as well! --- <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 17:29:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#379