From fb829a58a391355c9273e9ee1bc75b70b4c6d91c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 2 Mar 2022 18:12:59 +0100 Subject: [PATCH] Update message --- tasmota/xdrv_96_blacklist.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasmota/xdrv_96_blacklist.ino b/tasmota/xdrv_96_blacklist.ino index 096d6c9ce..8d6f6283f 100644 --- a/tasmota/xdrv_96_blacklist.ino +++ b/tasmota/xdrv_96_blacklist.ino @@ -25,8 +25,8 @@ typedef struct { uint16_t lcid; } tBlArray; -//const char BlacklistText[] PROGMEM = "Stop war, Help Ukrain|Stop war, Help Ukrain|"; -const char BlacklistText[] PROGMEM = "Стоп войну, помоги Украине"; // Stop war, Help Ukraine +//const char BlacklistText[] PROGMEM = "No to war, Help Ukrain|No to war, Help Ukrain|"; +const char BlacklistText[] PROGMEM = "Нет войне, помоги Украине"; // No to war, Help Ukrain // lat_tl lon_tl lat_br lon_br lcid tBlArray BlArray[] { 5900, 3200, 5300, 4400, 1049, // Around Moscow @@ -68,7 +68,7 @@ void BListEverySecond(void) { // char bl_text[100]; // AddLog(LOG_LEVEL_NONE, PSTR("**** %s ****"), GetTextIndexed(bl_text, sizeof(bl_text), i, BlacklistText)); - AddLog(LOG_LEVEL_NONE, PSTR("**** Stop war, Help Ukrain ****")); + AddLog(LOG_LEVEL_NONE, PSTR("**** No to war, Help Ukrain ****")); blist_show = blist_loc; // Set GUI message id } } else if (0 == (TasmotaGlobal.uptime % 10)) { // Only every 10 seconds