[PR #142] [MERGED] Add ap_date and ap_time vars #1539

Closed
opened 2026-03-20 19:09:01 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/142
Author: @enwi
Created: 9/30/2023
Status: Merged
Merged: 10/4/2023
Merged by: @nlimper

Base: masterHead: ap-vars


📝 Commits (5)

  • 50dd9a8 Add ap_date and ap_time vars
  • cd1cf5d Move ap_date update into main loop
  • eb03325 Move ap_time update into replaceVariables
  • aba785a Use literals instead of std::chrono
  • 2cd61a2 Use defines instead of user defined literals

📊 Changes

10 files changed (+120 additions, -54 deletions)

View changed files

📝 ESP32_AP-Flasher/.vscode/settings.json (+3 -1)
📝 ESP32_AP-Flasher/include/tag_db.h (+8 -1)
📝 ESP32_AP-Flasher/include/util.h (+38 -10)
📝 ESP32_AP-Flasher/src/contentmanager.cpp (+12 -11)
📝 ESP32_AP-Flasher/src/main.cpp (+32 -16)
📝 ESP32_AP-Flasher/src/newproto.cpp (+12 -4)
📝 ESP32_AP-Flasher/src/ota.cpp (+1 -1)
📝 ESP32_AP-Flasher/src/system.cpp (+3 -1)
📝 ESP32_AP-Flasher/src/tag_db.cpp (+4 -4)
📝 ESP32_AP-Flasher/src/udp.cpp (+7 -5)

📄 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/142 **Author:** [@enwi](https://github.com/enwi) **Created:** 9/30/2023 **Status:** ✅ Merged **Merged:** 10/4/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `ap-vars` --- ### 📝 Commits (5) - [`50dd9a8`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/50dd9a882a943f8d58951e2c6fd3e4825a050982) Add ap_date and ap_time vars - [`cd1cf5d`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/cd1cf5d4a5d8dd12f599a7d266c56442dff607af) Move ap_date update into main loop - [`eb03325`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/eb03325fe780b7133e37bea9a46efdbae9c2c0b0) Move ap_time update into replaceVariables - [`aba785a`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/aba785a5d5af91ae7bc8bb6d2d12198639da0968) Use literals instead of std::chrono - [`2cd61a2`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/2cd61a266ccde207c16d722f865a48febd1e2806) Use defines instead of user defined literals ### 📊 Changes **10 files changed** (+120 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/.vscode/settings.json` (+3 -1) 📝 `ESP32_AP-Flasher/include/tag_db.h` (+8 -1) 📝 `ESP32_AP-Flasher/include/util.h` (+38 -10) 📝 `ESP32_AP-Flasher/src/contentmanager.cpp` (+12 -11) 📝 `ESP32_AP-Flasher/src/main.cpp` (+32 -16) 📝 `ESP32_AP-Flasher/src/newproto.cpp` (+12 -4) 📝 `ESP32_AP-Flasher/src/ota.cpp` (+1 -1) 📝 `ESP32_AP-Flasher/src/system.cpp` (+3 -1) 📝 `ESP32_AP-Flasher/src/tag_db.cpp` (+4 -4) 📝 `ESP32_AP-Flasher/src/udp.cpp` (+7 -5) </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 19:09:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#1539