Search found 1 match
- Fri Apr 22, 2022 1:00 pm
- Forum: ESP32 Arduino
- Topic: Guru Meditation Error on using Blynk.begin
- Replies: 1
- Views: 1466
Guru Meditation Error on using Blynk.begin
#define BLYNK_PRINT Serial #define BLYNK_TEMPLATE_ID "TMPLbu8•••••" #define BLYNK_DEVICE_NAME "My First Device 01" #include <BlynkSimpleEsp32.h> char auth[] = "••••••••••••••VoFvaUOH2U_sI"; void setup() { Serial.begin(115200); Blynk.begin(auth, "your_wifi-ssid", "your_wifi-pass"); } void loop() { Bl...