We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04bacd commit 1307102Copy full SHA for 1307102
examples/ESP32/CustomKeyboard/UpdateInlineKeyboard/UpdateInlineKeyboard.ino
@@ -18,7 +18,7 @@ const char *password = "myPASSWORD";
18
// Initialize Telegram BOT
19
#define BOTtoken "xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxx" // your Bot Token (Get from Botfather)
20
WiFiClientSecure client;
21
-UniversalTelegramBot bot(BOTtoken2, client);
+UniversalTelegramBot bot(BOTtoken, client);
22
23
int Bot_mtbs = 1000; //mean time between scan messages
24
long Bot_lasttime; //last time messages' scan has been done
0 commit comments