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(); }