Skip to content

Commit b43a1e1

Browse files
committed
Removed real data from config
1 parent 282a19a commit b43a1e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/ESP8266/BulkMessages/BulkMessages.ino

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*******************************************************************
2-
* An example of how to use a custom reply keyboard. *
2+
* An example of how to use a bulk messages to subscribed users. *
33
* *
44
* *
5-
* written by Brian Lough *
5+
* written by Vadim Sinitski *
66
*******************************************************************/
77
#include <ESP8266WiFi.h>
88
#include <WiFiClientSecure.h>
@@ -11,11 +11,11 @@
1111
#include <ArduinoJson.h>
1212

1313
// Initialize Wifi connection to the router
14-
char ssid[] = "1a3496"; // your network SSID (name)
15-
char password[] = "278833924"; // your network key
14+
char ssid[] = "xxxxxxx"; // your network SSID (name)
15+
char password[] = "yyyyyyyy"; // your network key
1616

1717
// Initialize Telegram BOT
18-
#define BOTtoken "326858637:AAGDZGkaKP_Vrhzs8mkd--0BnGQQ6AioF4M" // your Bot Token (Get off Botfather)
18+
#define BOTtoken "XXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" // your Bot Token (Get off Botfather)
1919

2020
WiFiClientSecure client;
2121
UniversalTelegramBot bot(BOTtoken, client);

0 commit comments

Comments
 (0)