File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
examples/ESP8266/BulkMessages Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* ******************************************************************
2
- * An example of how to use a custom reply keyboard. *
2
+ * An example of how to use a bulk messages to subscribed users. *
3
3
* *
4
4
* *
5
- * written by Brian Lough *
5
+ * written by Vadim Sinitski *
6
6
*******************************************************************/
7
7
#include < ESP8266WiFi.h>
8
8
#include < WiFiClientSecure.h>
11
11
#include < ArduinoJson.h>
12
12
13
13
// 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
16
16
17
17
// 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)
19
19
20
20
WiFiClientSecure client;
21
21
UniversalTelegramBot bot (BOTtoken, client);
You can’t perform that action at this time.
0 commit comments