Skip to content

Commit

Permalink
Removed double entry in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-j authored Feb 6, 2017
1 parent 4219685 commit ee63874
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ void handleNewMessages(int numNewMessages) {
String welcome = "Welcome to Universal Arduino Telegram Bot library, " + from_name + ".\n";
welcome += "This is Reply Keyboard Markup example.\n\n";
welcome += "/ledon : to switch the Led ON\n";
welcome += "/ledon : to switch the Led ON\n";
welcome += "/ledoff : to switch the Led OFF\n";
welcome += "/status : Returns current status of LED\n";
welcome += "/options : returns the reply keyboard\n";
Expand Down

0 comments on commit ee63874

Please sign in to comment.