We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492607b commit 7ed094cCopy full SHA for 7ed094c
examples/FirebaseNeoPixel_ESP8266/FirebaseNeoPixel_ESP8266.ino
@@ -22,7 +22,7 @@
22
#include <Adafruit_NeoPixel.h>
23
24
// Set these to run example.
25
-#define FIREBASE_HOST "example.firebaseio.com"
+#define FIREBASE_HOST "yourproject.firebaseio.com"
26
#define FIREBASE_AUTH "token_or_secret"
27
#define WIFI_SSID "SSID"
28
#define WIFI_PASSWORD "PASSWORD"
0 commit comments