mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #142] [MERGED] Add ap_date and ap_time vars #2093
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/142
Author: @enwi
Created: 9/30/2023
Status: ✅ Merged
Merged: 10/4/2023
Merged by: @nlimper
Base:
master← Head:ap-vars📝 Commits (5)
50dd9a8Add ap_date and ap_time varscd1cf5dMove ap_date update into main loopeb03325Move ap_time update into replaceVariablesaba785aUse literals instead of std::chrono2cd61a2Use 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.