mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #351] [MERGED] Add option for AP discovery type #2161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (10+)
2bb73eeTest broadcastea931d6Gzipped content25fe42eAdd option for Multicast or Broadcast discovery0158a3bMerge branch 'OpenEPaperLink:master' into masterb411213Fix tab vs space issue72ec9f0Revert gzip files626c011Revert gzip filesf75352cFix out of memory error deserializing apconfig.jsonbbc2241Merge branch 'OpenEPaperLink:master' into masterd65fbb1Add 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.