Esp32 connect กับ blynk ไม่ได้เลยครับ

ัรบกวนเพื่อนในกลุ่มเเนะนำหน่อยครับว่าทำอย่างไรดีพอดีผม esp32 connect กับ blynk ไม่ได้เลยครับลองตรวจสอบเบื่องต้นเเล้วคือ connect กับ home wifi ได้ปรกติครับ

ต้องเอา log กับโค้ตมาดูครับ

Code :

*************************************************************

  You’ll need:
   - Blynk IoT app (download from App Store or Google Play)
   - ESP32 board
   - Decide how to connect to Blynk
     (USB, Ethernet, Wi-Fi, Bluetooth, ...)

  There is a bunch of great example sketches included to show you how to get
  started. Think of them as LEGO bricks  and combine them as you wish.
  For example, take the Ethernet Shield sketch and combine it with the
  Servo example, or choose a USB sketch and add a code from SendData
  example.
 *************************************************************/
/* Fill-in information from Blynk Device Info here */
#define BLYNK_TEMPLATE_ID "TMPL6fHnrj-lv"
#define BLYNK_TEMPLATE_NAME "Project"
#define BLYNK_AUTH_TOKEN "otzPAS5QshQERCAdtTGFSsyr4Tcih0MS"

/* Comment this out to disable prints and save space */
#define BLYNK_PRINT Serial


#include <WiFi.h>
#include <WiFiClient.h>
#include <BlynkSimpleEsp32.h>



// Your WiFi credentials.
// Set password to "" for open networks.
char ssid[] = "test";
char pass[] = "test";

void setup()
{
  // Debug console
  Serial.begin(115200);

  Blynk.begin(BLYNK_AUTH_TOKEN, ssid, pass);
 
}

void loop()
{
  Blynk.run();

}

ส่วน log file :
พอดีผมไม่ได้อยู่หน้าคอมที่ใช้เขียนโปรแกรมผมจำได้เเค่ว่าขึ้นคำว่า " connecting to “test” "ขึ้นค้างไม่ขยับไปไหนเลยครับบ

อันนี้ได้ยังครับ