From 837c5de1a871e2c2aa822abfa199edbbc015b98f Mon Sep 17 00:00:00 2001 From: Nic Limper Date: Tue, 9 Jan 2024 17:58:29 +0100 Subject: [PATCH] minor fix in content --- ESP32_AP-Flasher/data/tagtypes/33.json | 2 +- ESP32_AP-Flasher/src/contentmanager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32_AP-Flasher/data/tagtypes/33.json b/ESP32_AP-Flasher/data/tagtypes/33.json index 66fa208a..4b8e3804 100644 --- a/ESP32_AP-Flasher/data/tagtypes/33.json +++ b/ESP32_AP-Flasher/data/tagtypes/33.json @@ -13,7 +13,7 @@ }, "shortlut": 0, "options": ["button", "led"], - "contentids": [22, 23, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 26], + "contentids": [22, 23, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20], "usetemplate": 1, "template": { "1": { diff --git a/ESP32_AP-Flasher/src/contentmanager.cpp b/ESP32_AP-Flasher/src/contentmanager.cpp index ca198d40..db12b4db 100644 --- a/ESP32_AP-Flasher/src/contentmanager.cpp +++ b/ESP32_AP-Flasher/src/contentmanager.cpp @@ -1034,7 +1034,7 @@ bool getRssFeed(String &filename, String URL, String title, tagRecord *&taginfo, StaticJsonDocument<512> loc; getTemplate(loc, 9, taginfo->hwType); initSprite(spr, imageParams.width, imageParams.height, imageParams); - stampTime(spr); + // stampTime(spr); if (util::isEmptyOrNull(title)) title = "RSS feed"; drawString(spr, title, loc["title"][0], loc["title"][1], loc["title"][2], TL_DATUM, TFT_BLACK, loc["title"][3]);