#define BLYNK_PRINT Serial
#define BLYNK_TEMPLATE_ID "TMPLPFEdWCLU"
#define BLYNK_TEMPLATE_NAME "DHT22"
#define BLYNK_AUTH_TOKEN "Ev-zFq0gMOSg-rNxqIY0jOBzQymnh7eD"
#define LED 2
#include <WiFi.h>
#include <WiFiClient.h>
#include <BlynkSimpleEsp32.h>
#include "DHTesp.h"
const int DHT_PIN = 15;
DHTesp dhtSensor;
char auth [] = BLYNK_AUTH_TOKEN;
char ssid [] = "Wokwi-GUEST";
char pass [] = "";
BlynkTimer timer;
void sendSensor()