/* Comment this out to disable prints and save space */
#define BLYNK_PRINT Serial
#include <WiFi.h>
#include <WiFiclient.h>
#include <BlynkSimpleEsp32.h>
// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
char auth[] = "QCbBKTWZUVdOQCYFIC4v4RenbvUmZ5N";
// Your WiFi credentials.
// Set password to "" for open networks.
char ssid[] = "nunya";
char pass[] = "1234";
void setup()
{
// Debug console
Serial.begin(9600);
Blynk.begin(auth, ssid, pass);
}
void loop()
{
Blynk.run();
}
i need help i cant upload to it i only can upload other programs