[PR #32] [MERGED] small fixes #934

Closed
opened 2026-03-20 18:14:23 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/32
Author: @nlimper
Created: 5/15/2023
Status: Merged
Merged: 5/15/2023
Merged by: @nlimper

Base: masterHead: main


📝 Commits (1)

📊 Changes

9 files changed (+21 additions, -5 deletions)

View changed files

📝 ESP32_AP-Flasher/data/www/main.js (+4 -0)
📝 ESP32_AP-Flasher/include/contentmanager.h (+3 -3)
📝 ESP32_AP-Flasher/include/leds.h (+1 -0)
📝 ESP32_AP-Flasher/include/web.h (+1 -0)
📝 ESP32_AP-Flasher/src/contentmanager.cpp (+3 -1)
📝 ESP32_AP-Flasher/src/leds.cpp (+1 -0)
📝 ESP32_AP-Flasher/src/newproto.cpp (+3 -0)
📝 ESP32_AP-Flasher/src/udp.cpp (+1 -1)
📝 ESP32_AP-Flasher/src/web.cpp (+4 -0)

📄 Description

  • disable useless compiler warnings in fastled and tft_espi
  • web preview thumbnail fix
  • faster tag updates while webpage is displayed
  • fixed tag fw ota update

🔄 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/32 **Author:** [@nlimper](https://github.com/nlimper) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (1) - [`16ebd91`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/16ebd9194eb5c8b6d57f353814356742b225041d) small fixes ### 📊 Changes **9 files changed** (+21 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/data/www/main.js` (+4 -0) 📝 `ESP32_AP-Flasher/include/contentmanager.h` (+3 -3) 📝 `ESP32_AP-Flasher/include/leds.h` (+1 -0) 📝 `ESP32_AP-Flasher/include/web.h` (+1 -0) 📝 `ESP32_AP-Flasher/src/contentmanager.cpp` (+3 -1) 📝 `ESP32_AP-Flasher/src/leds.cpp` (+1 -0) 📝 `ESP32_AP-Flasher/src/newproto.cpp` (+3 -0) 📝 `ESP32_AP-Flasher/src/udp.cpp` (+1 -1) 📝 `ESP32_AP-Flasher/src/web.cpp` (+4 -0) </details> ### 📄 Description - disable useless compiler warnings in fastled and tft_espi - web preview thumbnail fix - faster tag updates while webpage is displayed - fixed tag fw ota update --- <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 18:14:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#934