Skip to content

Commit 0cfe698

Browse files
authored
Update ESP32-CAM_Telegram.ino
1 parent e0a9a79 commit 0cfe698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP32-CAM_Telegram/ESP32-CAM_Telegram.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const char* ssid = "teacher"; //your network SSID
1212
const char* password = "87654321"; //your network password
1313

1414
String myToken = "*****:**********"; // Create your bot and get the token -> https://telegram.me/fatherbot
15-
String myChatId = "*****"; // Get chat_id -> https://telegram.me/chatid_echo_bot
15+
String myChatId = "*****"; // Get chat_id -> https://telegram.me/userinfobot
1616

1717
#include <WiFi.h>
1818
#include <WiFiClientSecure.h>

0 commit comments

Comments
 (0)