mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #28] [MERGED] Multi-AP #379
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/28
Author: @jjwbruijn
Created: 5/1/2023
Status: ✅ Merged
Merged: 5/1/2023
Merged by: @jjwbruijn
Base:
master← Head:main📝 Commits (10+)
1a6d3d6content for 4.2" tagsfaf2d4cudp wip3ff40e5wip dither7d15f41Merge remote-tracking branch 'upstream/master'981fe9fMerge remote-tracking branch 'upstream/master'cb9b9f1cleaning up0edb93bzeroconfig multiAP over UDPb7a339ccaching lat/lon in weathera466783Merge remote-tracking branch 'upstream/master'9158549cleanup 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.