mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #262] [CLOSED] Added SubGhz channel support to AP Web GUI. #1023
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/262
Author: @skiphansen
Created: 3/4/2024
Status: ❌ Closed
Base:
master← Head:oepl_pr_1📝 Commits (7)
0864870Added SubGhz channel support to AP Web GUI.2b62dfffix gzip wwwfiles3bc96dcDisable SubGhz support until C6 side is ready.39b1938Merge remote-tracking branch 'mine/oepl_pr_1' into oepl_pr_1cdd2607Revert "Merge remote-tracking branch 'mine/oepl_pr_1' into oepl_pr_1"dfa1a5cRevert "Disable SubGhz support until C6 side is ready."d41ab4bremove subghz in platformio.ini📊 Changes
20 files changed (+44 additions, -2 deletions)
View changed files
📝
ESP32_AP-Flasher/data/www/content_cards.json.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/edit.html.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/flash.js.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/index.html.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/jsontemplate-demo.html.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/main.css.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/main.js.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/ota.js.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/painter.js.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/setup.html.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/setup.js.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/upload-demo.html.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/variables-demo.html.gz(+0 -0)📝
ESP32_AP-Flasher/include/tag_db.h(+1 -0)📝
ESP32_AP-Flasher/src/newproto.cpp(+5 -2)📝
ESP32_AP-Flasher/src/tag_db.cpp(+2 -0)📝
ESP32_AP-Flasher/src/web.cpp(+10 -0)📝
ESP32_AP-Flasher/wwwroot/index.html(+18 -0)📝
ESP32_AP-Flasher/wwwroot/main.js(+5 -0)📝
oepl-esp-ap-proto.h(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.