[PR #351] [MERGED] Add option for AP discovery type #2161

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/351
Author: @jonnybergdahl
Created: 7/11/2024
Status: Merged
Merged: 11/2/2024
Merged by: @nlimper

Base: masterHead: master


📝 Commits (10+)

  • 2bb73ee Test broadcast
  • ea931d6 Gzipped content
  • 25fe42e Add option for Multicast or Broadcast discovery
  • 0158a3b Merge branch 'OpenEPaperLink:master' into master
  • b411213 Fix tab vs space issue
  • 72ec9f0 Revert gzip files
  • 626c011 Revert gzip files
  • f75352c Fix out of memory error deserializing apconfig.json
  • bbc2241 Merge branch 'OpenEPaperLink:master' into master
  • d65fbb1 Add Jetbrains exclusion

📊 Changes

8 files changed (+75 additions, -36 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 ESP32_AP-Flasher/include/tag_db.h (+1 -0)
📝 ESP32_AP-Flasher/include/udp.h (+19 -15)
📝 ESP32_AP-Flasher/src/tag_db.cpp (+3 -1)
📝 ESP32_AP-Flasher/src/udp.cpp (+31 -13)
📝 ESP32_AP-Flasher/src/web.cpp (+6 -3)
📝 ESP32_AP-Flasher/wwwroot/index.html (+10 -3)
📝 ESP32_AP-Flasher/wwwroot/main.js (+2 -1)

📄 Description

My WiFi mesh is not working correctly with multicast, so I added an option in the settings to use broadcast instead.


🔄 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/351 **Author:** [@jonnybergdahl](https://github.com/jonnybergdahl) **Created:** 7/11/2024 **Status:** ✅ Merged **Merged:** 11/2/2024 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`2bb73ee`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/2bb73ee53215a38f1e4448fff05a855d7ce3e04a) Test broadcast - [`ea931d6`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/ea931d6e75a55764b284e1a4fb43e8b8fc471df9) Gzipped content - [`25fe42e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/25fe42e52adc090fee7096aff687c588a3398c2b) Add option for Multicast or Broadcast discovery - [`0158a3b`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/0158a3b8dd2b5f00896bb59417e1863c51366a88) Merge branch 'OpenEPaperLink:master' into master - [`b411213`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/b411213ca02db0dc6029a3d2ebcb8dc7c670134a) Fix tab vs space issue - [`72ec9f0`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/72ec9f0f1c4df269539d3fa202967d812dbbd49b) Revert gzip files - [`626c011`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/626c011e866456ce69de08867128a96903ef6115) Revert gzip files - [`f75352c`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/f75352ceba50a737253a59dc163841932cc74276) Fix out of memory error deserializing apconfig.json - [`bbc2241`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/bbc2241c1e450311478574fc6a93a85d5ab8aaaa) Merge branch 'OpenEPaperLink:master' into master - [`d65fbb1`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/d65fbb12b8c7cb172bf84a091ef6bf7a4268f229) Add Jetbrains exclusion ### 📊 Changes **8 files changed** (+75 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `ESP32_AP-Flasher/include/tag_db.h` (+1 -0) 📝 `ESP32_AP-Flasher/include/udp.h` (+19 -15) 📝 `ESP32_AP-Flasher/src/tag_db.cpp` (+3 -1) 📝 `ESP32_AP-Flasher/src/udp.cpp` (+31 -13) 📝 `ESP32_AP-Flasher/src/web.cpp` (+6 -3) 📝 `ESP32_AP-Flasher/wwwroot/index.html` (+10 -3) 📝 `ESP32_AP-Flasher/wwwroot/main.js` (+2 -1) </details> ### 📄 Description My WiFi mesh is not working correctly with multicast, so I added an option in the settings to use broadcast instead. --- <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 20:09:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2161