This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <ESP8266WiFi.h> | |
| #define SENSORPIN 4 // what pin we’re connected to | |
| // replace with your channel’s thingspeak API key, | |
| String tsApiKey = "ENTER API KEY HERE"; | |
| String ddId = "ENTER ID HERE"; | |
| const char* ssid = "hackafe.org"; | |
| const char* password = ""; |