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
| // ReadAPI implementation for ESP board | |
| // Credit to Initial State's @elizabethn119 | |
| #include <HTTPClient.h> | |
| #include <ArduinoJson.h> | |
| #include <WiFi.h> | |
| const char* ssid = "WiFi NAME"; | |
| const char* password = "WiFi PASSWORD"; | |
| const char* accesskey = "ENTER ACCESS KEY HERE"; | |
| const char* bucketkey = "ENTER BUCKET KEY HERE"; |