From ba32044bb25b820a104428585bf4c91c4e927f88 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:30:25 +0100 Subject: [PATCH] Disable blacklist Nice excercise in stiring the crowd. --- 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 8d6f6283f..6e0968a13 100644 --- a/tasmota/xdrv_96_blacklist.ino +++ b/tasmota/xdrv_96_blacklist.ino @@ -6,7 +6,7 @@ SPDX-License-Identifier: GPL-3.0-only */ -#define USE_BLACKLIST +//#define USE_BLACKLIST #ifdef USE_BLACKLIST /*********************************************************************************************\ @@ -25,7 +25,7 @@ typedef struct { uint16_t lcid; } tBlArray; -//const char BlacklistText[] PROGMEM = "No to war, Help Ukrain|No to war, Help Ukrain|"; +//const char BlacklistText[] PROGMEM = "Stop war, Help Ukraine|Stop war, Help Ukraine|"; const char BlacklistText[] PROGMEM = "Нет войне, помоги Украине"; // No to war, Help Ukrain // lat_tl lon_tl lat_br lon_br lcid @@ -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("**** No to war, Help Ukrain ****")); + AddLog(LOG_LEVEL_NONE, PSTR("**** Stop war, Help Ukraine ****")); blist_show = blist_loc; // Set GUI message id } } else if (0 == (TasmotaGlobal.uptime % 10)) { // Only every 10 seconds