We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a9a79 commit 0cfe698Copy full SHA for 0cfe698
ESP32-CAM_Telegram/ESP32-CAM_Telegram.ino
@@ -12,7 +12,7 @@ const char* ssid = "teacher"; //your network SSID
12
const char* password = "87654321"; //your network password
13
14
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
+String myChatId = "*****"; // Get chat_id -> https://telegram.me/userinfobot
16
17
#include <WiFi.h>
18
#include <WiFiClientSecure.h>
0 commit comments