This file contains 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> | |
#include <FirebaseArduino.h> | |
// Set these to run example. | |
#define FIREBASE_HOST "nasa2018-77e29.firebaseio.com" | |
#define FIREBASE_AUTH "8rwBzWLyLGo3Hs7HBNRM6KMbOvMPt5pJideg3Kjy" | |
#define WIFI_SSID "Robot1" | |
#define WIFI_PASSWORD "121121121" |
This file contains 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 <Firebase.h> | |
#include <FirebaseArduino.h> | |
#include <FirebaseCloudMessaging.h> | |
#include <FirebaseError.h> | |
#include <FirebaseHttpClient.h> | |
#include <FirebaseObject.h> | |
#include "DHT.h" | |
#include <ESP8266WiFi.h> |