#define BLYNK_PRINT Serial
#define BLYNK_TEMPLATE_ID "TMPLbu8•••••"
#define BLYNK_DEVICE_NAME "My First Device 01"
#include <BlynkSimpleEsp32.h>
char auth[] = "••••••••••••••VoFvaUOH2U_sI";
Blynk.begin(auth, "your_wifi-ssid", "your_wifi-pass");