Skip to content

Commit 7ed094c

Browse files
committed
Consistency for URI naming
1 parent 492607b commit 7ed094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FirebaseNeoPixel_ESP8266/FirebaseNeoPixel_ESP8266.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <Adafruit_NeoPixel.h>
2323

2424
// Set these to run example.
25-
#define FIREBASE_HOST "example.firebaseio.com"
25+
#define FIREBASE_HOST "yourproject.firebaseio.com"
2626
#define FIREBASE_AUTH "token_or_secret"
2727
#define WIFI_SSID "SSID"
2828
#define WIFI_PASSWORD "PASSWORD"

0 commit comments

Comments
 (0)