Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 67baaeb

Browse files
committed
Merge pull request #114 from googlesamples/proppy-patch-2
README: cleanup
2 parents cb13cfd + 2c2b003 commit 67baaeb

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
# firebase-arduino
22

3+
[![Build Status](https://travis-ci.org/googlesamples/firebase-arduino.svg?branch=master)](https://travis-ci.org/googlesamples/firebase-arduino)
34
[![Join the chat at https://gitter.im/googlesamples/firebase-arduino](https://badges.gitter.im/googlesamples/firebase-arduino.svg)](https://gitter.im/googlesamples/firebase-arduino?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
45

56
This sample shows how to call [Firebase](https://www.firebase.com/) from the [ESP8266 Arduino core](https://github.com/esp8266/Arduino).
67

78
## Requirements
89

910
- 1 [ESP8266 Arduino board](https://www.adafruit.com/products/2821).
10-
- [Arduino 1.6.7](https://www.arduino.cc/en/Main/Software)
11-
- [ESP8266 Arduino board definition](https://github.com/esp8266/Arduino#installing-with-boards-manager)
11+
- [Arduino 1.6.8](https://www.arduino.cc/en/Main/Software)
12+
- [stable ESP8266 Arduino board definition](https://github.com/esp8266/Arduino#installing-with-boards-manager)
1213

1314
## Setup
1415

1516
- Clone the repo in your Arduino libraries directory.
16-
- open the `FirebasePush_ESP8266` example.
17-
- Replace `SSID` `PASSWORD` `example.firebaseio.com` `secret_or_token` `child_node` placeholders.
17+
- open the `FirebaseDemo_ESP8266` example.
18+
- Replace `SSID` `PASSWORD` `example.firebaseio.com` `secret_or_token` placeholders.
1819

1920
## Run
2021

21-
- Open firebase dashboard.
22+
- Open firebase dashboard on your database
2223
- Power up the arduino board.
23-
- Notice the new entry.
24+
- Notice the changes being bad every seconds.
25+
26+
## Disclaimer
2427

2528
*This is not an official Google product*.

0 commit comments

Comments
 (0)