Skip to content

Commit 2a635e6

Browse files
committed
withpassword.ino
1 parent 7289d0f commit 2a635e6

5 files changed

Lines changed: 12 additions & 34152 deletions

File tree

examples/ESP_OTA/WithPassword/WithPassword.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
WiFiClientSecure client;
3131
AsyncTelegram2 myBot(client);
3232

33-
const char* ssid = "PuccosNET"; // SSID WiFi network
34-
const char* pass = "Tole76tnt"; // Password WiFi network
35-
const char* token = "5692757090:AAHbcKoebgS9sPJ4SFtHCf3amrWZBh1Q0b4"; // Telegram token
33+
const char* ssid = "xxxxxxxx"; // SSID WiFi network
34+
const char* pass = "xxxxxxxx"; // Password WiFi network
35+
const char* token = "xxxxxxxx:xxxxxxxx"; // Telegram token
3636

3737
// Target user can find it's own userid with the bot @JsonDumpBot
3838
// https://t.me/JsonDumpBot
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)