actually use TELEGRAM_BOT_TOKEN from secrets.h
This commit is contained in:
parent
a457006614
commit
2f81453782
|
|
@ -1,7 +1,7 @@
|
|||
#include <Telegram.h>
|
||||
#include "secrets.h"
|
||||
|
||||
const char *Telegram::BOT_TOKEN = "7502550270:AAEoCSfZJU_wayW453AmarOMIJ7k3iqQb9Y";
|
||||
const char *Telegram::BOT_TOKEN = TELEGRAM_BOT_TOKEN;
|
||||
const unsigned long Telegram::BOT_MTBS = 1000; // mean time between scan messages
|
||||
|
||||
void Telegram::handleNewMessages(int numNewMessages)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user