minor fix in content

This commit is contained in:
Nic Limper
2024-01-09 17:58:29 +01:00
parent d4f16f74e9
commit 837c5de1a8
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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]);