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.
2 parents 4219685 + ee63874 commit 3f101b3Copy full SHA for 3f101b3
examples/ESP8266/CustomKeyboard/ReplyKeyboardMarkup/ReplyKeyboardMarkup.ino
@@ -64,7 +64,6 @@ void handleNewMessages(int numNewMessages) {
64
String welcome = "Welcome to Universal Arduino Telegram Bot library, " + from_name + ".\n";
65
welcome += "This is Reply Keyboard Markup example.\n\n";
66
welcome += "/ledon : to switch the Led ON\n";
67
- welcome += "/ledon : to switch the Led ON\n";
68
welcome += "/ledoff : to switch the Led OFF\n";
69
welcome += "/status : Returns current status of LED\n";
70
welcome += "/options : returns the reply keyboard\n";
0 commit comments