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 3880024 commit 03330ccCopy full SHA for 03330cc
examples/ESP8266/SetMyCommands/SetMyCommands.ino
@@ -2,7 +2,7 @@
2
#include <ArduinoOTA.h>
3
#include <UniversalTelegramBot.h>
4
5
-#define BOTtoken "1235351031:AAFy85Gc9y1raA9dYYSTe4S8_Yfr1J0D-lg" // "648272766:AAEkW5FaFMeHqWwuNBsZJckFEOdhlSVisEc"
+#define BOTtoken "XXXXXXXXXX:YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" // Change it to your bot token
6
7
WiFiClientSecure client;
8
UniversalTelegramBot bot(BOTtoken, client);
0 commit comments