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 052ecc4 commit 70a393eCopy full SHA for 70a393e
examples/101/FlashledBot/FlashledBot.ino
@@ -23,7 +23,7 @@ const int ledPin = 13;
23
#define BOTtoken "XXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" // your Bot Token (Get from Botfather)
24
25
WiFiSSLClient client;
26
-UniversalTelegramBot bot(BOTtoken, client);s
+UniversalTelegramBot bot(BOTtoken, client);
27
28
int Bot_mtbs = 1000; //mean time between scan messages
29
long Bot_lasttime; //last time messages' scan has been done
0 commit comments