File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
examples/FirebaseNeoPixel_ESP8266 Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,12 @@ FirebaseNeoPixel is a sample that shows how to set pixel data from Firebase web
31
31
1 . Copy the ` Firebase Secret `
32
32
1 . Start Arduino
33
33
1 . Click ` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
34
- 1 . Replace ` SSID ` and ` PASSWORD ` with WiFi credentials
35
- 1 . Replace ` example.firebaseio.com ` with the ` Firebase Hostname ` from step ` 2. `
36
- 1 . Replace ` secret_or_token ` with ` Firebase Secret ` from step ` 5. `
34
+ 1 . Replace ` WIFI_SSID ` and ` WIFI_PASSWORD ` with WiFi credentials
35
+ 1 . Replace ` FIREBASE_HOST ` with the ` Firebase Hostname ` from step ` 2. `
36
+ 1 . Replace ` FIREBASE_AUTH ` with ` Firebase Secret ` from step ` 5. `
37
+ 1 . Select the board ` Board > ESP8266 Modules > NodeMCU 1.0 `
38
+ 1 . Select the serial port ` Port > /dev/tty... `
39
+ 1 . Select the upload speed ` Upload Speed > 115200 `
37
40
1 . Click ` Sketch > Upload `
38
41
1 . Open ` public/index.html ` with a text editor
39
42
1 . Replace ` example.firebaseio.com ` with the ` Firebase Hostname ` from step ` 2. `
You can’t perform that action at this time.
0 commit comments