change boot message
This commit is contained in:
parent
de08f0b909
commit
215344d2a8
|
|
@ -156,9 +156,9 @@ void Telegram::init()
|
|||
serializeJson(doc, jsonString);
|
||||
bot.setMyCommands(jsonString);
|
||||
|
||||
bot.sendMessage(TELEGRAM_BOT_OWNER, "Hi, ich bin online.");
|
||||
bot.sendMessage(TELEGRAM_BOT_OWNER, "Hi, ich bin online und brauche einen neuen Zustand.");
|
||||
#ifdef DEBUGGER_TELEGRAM_ID
|
||||
bot.sendMessage(DEBUGGER_TELEGRAM_ID, "Hi DEBUGGER, ich bin online.");
|
||||
bot.sendMessage(DEBUGGER_TELEGRAM_ID, "Hi DEBUGGER, ich bin online und brauche einen neuen Zustand.");
|
||||
#endif
|
||||
bot_lasttime = millis();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user