Skip to content

Commit b880f14

Browse files
committed
examples/FirebaseNeoPixel: update readme
1 parent 07d9790 commit b880f14

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

examples/FirebaseNeoPixel_ESP8266/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ FirebaseNeoPixel is a sample that shows how to set pixel data from Firebase web
3131
1. Copy the `Firebase Secret`
3232
1. Start Arduino
3333
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`
3740
1. Click `Sketch > Upload`
3841
1. Open `public/index.html` with a text editor
3942
1. Replace `example.firebaseio.com` with the `Firebase Hostname` from step `2.`

0 commit comments

Comments
 (0)