Skip to content

Commit

Permalink
Fixing stray character as pointed out in PR #70
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow committed Mar 21, 2018
1 parent 052ecc4 commit 70a393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/101/FlashledBot/FlashledBot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const int ledPin = 13;
#define BOTtoken "XXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" // your Bot Token (Get from Botfather)

WiFiSSLClient client;
UniversalTelegramBot bot(BOTtoken, client);s
UniversalTelegramBot bot(BOTtoken, client);

int Bot_mtbs = 1000; //mean time between scan messages
long Bot_lasttime; //last time messages' scan has been done
Expand Down

0 comments on commit 70a393e

Please sign in to comment.