Skip to content

Commit 704b71d

Browse files
committed
Cleanup comments
1 parent 36fc254 commit 704b71d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/FirebaseSerialHost_ESP8266/FirebaseSerialHost_ESP8266.ino

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@
1414
// limitations under the License.
1515
//
1616

17+
1718
// FirebasePush_ESP8266 is a sample that will start our serial transciever
18-
// listening on a software port and allow debug info over main serial port.
19+
// listening on a software port and allow debug over the main serial port.
1920
//
2021
// A suggested setup for testing this example would be a USB to TTL cable
2122
// with the green wire connected to pin 5 and the white wire connected to
22-
// pin 4.
23+
// pin 4 (on the huzzah feather esp8266).
2324
// First edit begin.txt and put in your host and secret.
2425
// Then run the following commands to setup the serial port in linux:
2526
// stty -F /dev/ttyUSB0 9600 raw -echo -echoe -echok
2627
// Then on one console do:
2728
// cat /dev/ttyUSB0 &
2829
// This console will now read all responses from the modem. Then do:
2930
// cat begin.txt > /dev/ttyUSB0
30-
// You should see +OK and you can now feed in theother example commmands.
31+
// You should see +OK and you can now feed in the other example commmands.
3132

3233
#include <SoftwareSerial.h>
3334
#include <ESP8266WiFi.h>

0 commit comments

Comments
 (0)