From a93ff2f3b4f6bb79c0f9eaf45b65b3f2a4483c6b Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Wed, 12 Oct 2016 20:50:20 -0700 Subject: [PATCH] docs update --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5fec209..00efe40 100644 --- a/README.md +++ b/README.md @@ -131,15 +131,15 @@ Getting Started --------------- To get started you need to: -1. prepare your esp8266 module for serial flashing -2. download the latest esp-link release image (you can build your own later) -3. flash the firmware -4. configure the Wifi in esp-link for your network + 1. prepare your esp8266 module for serial flashing + 2. download the latest esp-link release image (you can build your own later) + 3. flash the firmware + 4. configure the Wifi in esp-link for your network You can then attach a uC and upload a sketch: -1. attach a uC (e.g. arduino) to your esp8266 module -2. connect via the serial port to see a pre-loaded sketch running -3. upload a fresh version of the sketch + 1. attach a uC (e.g. arduino) to your esp8266 module + 2. connect via the serial port to see a pre-loaded sketch running + 3. upload a fresh version of the sketch From there, more advanced steps are: - write a sketch that uses MQTT to communicate, or that makes outbound REST requests