rbase telegramm debugger

This commit is contained in:
Marcel Walter 2026-02-20 12:30:51 +01:00
parent ff77dd1207
commit ebda3f2c24

View File

@ -158,7 +158,7 @@ void Telegram::init()
bot.sendMessage(TELEGRAM_BOT_OWNER, "Hi, ich bin online."); bot.sendMessage(TELEGRAM_BOT_OWNER, "Hi, ich bin online.");
#ifdef DEBUGGER_TELEGRAM_ID #ifdef DEBUGGER_TELEGRAM_ID
bot.sendMessage(DEBUGGER_TELEGRAM_ID, "Hi, ich bin online."); bot.sendMessage(DEBUGGER_TELEGRAM_ID, "Hi DEBUGGER, ich bin online.");
#endif #endif
bot_lasttime = millis(); bot_lasttime = millis();
} }