Skip to content

Commit 3f101b3

Browse files
authored
Merge pull request #36 from SkyGuardian42/patch-1
Removed double entry in menu
2 parents 4219685 + ee63874 commit 3f101b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ESP8266/CustomKeyboard/ReplyKeyboardMarkup/ReplyKeyboardMarkup.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ void handleNewMessages(int numNewMessages) {
6464
String welcome = "Welcome to Universal Arduino Telegram Bot library, " + from_name + ".\n";
6565
welcome += "This is Reply Keyboard Markup example.\n\n";
6666
welcome += "/ledon : to switch the Led ON\n";
67-
welcome += "/ledon : to switch the Led ON\n";
6867
welcome += "/ledoff : to switch the Led OFF\n";
6968
welcome += "/status : Returns current status of LED\n";
7069
welcome += "/options : returns the reply keyboard\n";

0 commit comments

Comments
 (0)