Skip to content

Commit 70a393e

Browse files
committed
Fixing stray character as pointed out in PR #70
1 parent 052ecc4 commit 70a393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/101/FlashledBot/FlashledBot.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const int ledPin = 13;
2323
#define BOTtoken "XXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" // your Bot Token (Get from Botfather)
2424

2525
WiFiSSLClient client;
26-
UniversalTelegramBot bot(BOTtoken, client);s
26+
UniversalTelegramBot bot(BOTtoken, client);
2727

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

0 commit comments

Comments
 (0)