[PR #30] [MERGED] MAC in http Request and RGB LED brightness #2592

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

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/30
Author: @foorschtbar
Created: 5/15/2023
Status: Merged
Merged: 5/15/2023
Merged by: @jjwbruijn

Base: masterHead: master


📝 Commits (4)

  • 504d150 Added ESL MAC in http image request
  • 7b662dd Added option to control RGB LED brightness
  • b2bd6a7 Merge branch 'jjwbruijn:master' into master
  • 480b462 Merge branch 'master' into master

📊 Changes

9 files changed (+52 additions, -12 deletions)

View changed files

📝 ESP32_AP-Flasher/data/www/index.html (+10 -0)
📝 ESP32_AP-Flasher/data/www/main.js (+9 -7)
📝 ESP32_AP-Flasher/include/contentmanager.h (+1 -1)
📝 ESP32_AP-Flasher/include/leds.h (+3 -1)
📝 ESP32_AP-Flasher/src/contentmanager.cpp (+3 -2)
📝 ESP32_AP-Flasher/src/leds.cpp (+19 -0)
📝 ESP32_AP-Flasher/src/main.cpp (+3 -0)
📝 ESP32_AP-Flasher/src/tag_db.cpp (+2 -1)
📝 ESP32_AP-Flasher/src/web.cpp (+2 -0)

📄 Description

No description provided


🔄 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/30 **Author:** [@foorschtbar](https://github.com/foorschtbar) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`504d150`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/504d150e7bbe1e9756311047f936a3ef81782f4c) Added ESL MAC in http image request - [`7b662dd`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/7b662dd65ee46ee7524bbbdbbdc7ae0c5f991673) Added option to control RGB LED brightness - [`b2bd6a7`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/b2bd6a7fe4a37a6da3b7ffc299d0ab8ad0459f38) Merge branch 'jjwbruijn:master' into master - [`480b462`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/480b4624d3391df34eb89533914dc425f80e9564) Merge branch 'master' into master ### 📊 Changes **9 files changed** (+52 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/data/www/index.html` (+10 -0) 📝 `ESP32_AP-Flasher/data/www/main.js` (+9 -7) 📝 `ESP32_AP-Flasher/include/contentmanager.h` (+1 -1) 📝 `ESP32_AP-Flasher/include/leds.h` (+3 -1) 📝 `ESP32_AP-Flasher/src/contentmanager.cpp` (+3 -2) 📝 `ESP32_AP-Flasher/src/leds.cpp` (+19 -0) 📝 `ESP32_AP-Flasher/src/main.cpp` (+3 -0) 📝 `ESP32_AP-Flasher/src/tag_db.cpp` (+2 -1) 📝 `ESP32_AP-Flasher/src/web.cpp` (+2 -0) </details> ### 📄 Description _No description provided_ --- <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 21:07:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2592