From 7126dd3c9dbb08fb97b2646936dde86ea265900d Mon Sep 17 00:00:00 2001 From: William C Bonner Date: Mon, 9 Oct 2023 15:27:00 -0700 Subject: [PATCH] index file alt text change --- CMakeLists.txt | 2 +- goveebttemplogger.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2093a7..57aadf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if (POLICY CMP0141) endif() project (GoveeBTTempLogger - VERSION 2.20231009.1 + VERSION 2.20231009.2 DESCRIPTION "Listen and log Govee Thermometer Bluetooth Low Energy Advertisments" HOMEPAGE_URL https://github.com/wcbonner/GoveeBTTempLogger ) diff --git a/goveebttemplogger.cpp b/goveebttemplogger.cpp index 7b114bd..d5fe081 100644 --- a/goveebttemplogger.cpp +++ b/goveebttemplogger.cpp @@ -1921,10 +1921,10 @@ void WriteSVGIndex(const std::filesystem::path LogDirectory, const std::filesyst std::cout << "[" << getTimeISO8601() << "] Writing:"; for (auto ssBTAddress = files.begin(); ssBTAddress != files.end(); ssBTAddress++) { - SVGIndexFile << "\t
\"Graph\"
" << std::endl; - SVGIndexFile << "\t
\"Graph\"
" << std::endl; - SVGIndexFile << "\t
\"Graph\"
" << std::endl; - SVGIndexFile << "\t
\"Graph\"
" << std::endl; + SVGIndexFile << "\t
\""
" << std::endl; + SVGIndexFile << "\t
\""
" << std::endl; + SVGIndexFile << "\t
\""
" << std::endl; + SVGIndexFile << "\t
\""
" << std::endl; SVGIndexFile << std::endl; if (ConsoleVerbosity > 0) std::cout << " " << *ssBTAddress;