From ebda3f2c24697bcb89c7ea1663ea4caea991d355 Mon Sep 17 00:00:00 2001 From: Marcel Walter Date: Fri, 20 Feb 2026 12:30:51 +0100 Subject: [PATCH] rbase telegramm debugger --- src/Telegram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Telegram.cpp b/src/Telegram.cpp index 2ff3aee..0e32e4d 100644 --- a/src/Telegram.cpp +++ b/src/Telegram.cpp @@ -158,7 +158,7 @@ void Telegram::init() bot.sendMessage(TELEGRAM_BOT_OWNER, "Hi, ich bin online."); #ifdef DEBUGGER_TELEGRAM_ID - bot.sendMessage(DEBUGGER_TELEGRAM_ID, "Hi, ich bin online."); + bot.sendMessage(DEBUGGER_TELEGRAM_ID, "Hi DEBUGGER, ich bin online."); #endif bot_lasttime = millis(); }