mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #132] [MERGED] Add custom tag data parser #979
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/132
Author: @enwi
Created: 9/16/2023
Status: ✅ Merged
Merged: 9/26/2023
Merged by: @nlimper
Base:
master← Head:tag_data📝 Commits (9)
2a6bcc6Add formatString convenience function9f855aeUse String& for wsLog, wsErr and wsSerial8f8da66Add tag data parser and parse tag data83e4b67Make logLine use String&12c9d5bFix issue with formatString9edde4bReuse payloadLength in processTagReturnDatae7de9d4Fix parsing of unsigned/signed inetegers and cleanup6bc2b01Use c++17 standard673a3bdCleanup logging📊 Changes
10 files changed (+363 additions, -31 deletions)
View changed files
📝
ESP32_AP-Flasher/include/system.h(+1 -1)➕
ESP32_AP-Flasher/include/tagdata.h(+140 -0)📝
ESP32_AP-Flasher/include/util.h(+16 -1)📝
ESP32_AP-Flasher/include/web.h(+3 -3)📝
ESP32_AP-Flasher/platformio.ini(+44 -17)📝
ESP32_AP-Flasher/src/main.cpp(+2 -0)📝
ESP32_AP-Flasher/src/newproto.cpp(+7 -5)📝
ESP32_AP-Flasher/src/system.cpp(+1 -1)➕
ESP32_AP-Flasher/src/tagdata.cpp(+146 -0)📝
ESP32_AP-Flasher/src/web.cpp(+3 -3)📄 Description
logLinewsLog,wsErrandwsSerialOpen for discussion:
Currently log is printed to both:
std::optional, which needs at least c++17, can we bump c++ standard to 17?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.