Temp Monitoring
- Channel ID: 3270686
- Author: mwa0000040515629
- Access: Public
#include <DHT.h>
#include <ESP8266WiFi.h>
String apiKey = "Your API KEY of thingsspeak";
const char *ssid = "Your wifi Network name";
const char *pass = "Network password";
const char* server = "api.thingspeak.com";
#define DHTPIN 0
DHT dht