From 4beec97151f9d263a9a8d00663b738f45715ab7b Mon Sep 17 00:00:00 2001
From: Luc <8822552+luc-github@users.noreply.github.com>
Date: Mon, 7 Oct 2019 13:09:12 +0800
Subject: [PATCH] Update README.md
---
README.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 3e42946c..ff194487 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
Firmware for ESP8266/ESP8285 and ESP32 used with 3D printer
+[Latest stable release  ](https://github.com/luc-github/ESP3D/releases/latest/)  [](https://github.com/luc-github/ESP3D-WEBUI/tree/2.1)
+please use Arduino ide 1.8.9+ with [](https://github.com/espressif/arduino-esp32/releases/tag/1.0.4) or [](https://github.com/esp8266/Arduino/releases/tag/2.5.2)
+
+[Latest development version  ](https://github.com/luc-github/ESP3D/tree/3.0)  [](https://github.com/luc-github/ESP3D-WEBUI/tree/3.0)
+please use Arduino ide 1.8.9+ with [](https://github.com/espressif/arduino-esp32) or [](https://github.com/esp8266/Arduino/)
+
+[All releases](https://github.com/luc-github/ESP3D/releases)
This firmware allows not only to have a cheap bridge between Wifi and serial, but also to have a web UI to configure wifi, to monitor 3D printer and even control it, and to make things easy,
UI is fully customizable without reflashing FW.
@@ -11,14 +18,6 @@ The web interface files are present in data directory but UI has it's own reposi
* Be aware ESP3D-WEBUI is for firmware 0.9.99 minimum - previous released version use tpl files which are no more used.
* Note for ESP8266 1MB flash : FW is now too big will all features you need to chose strip the FW and select only some features, also WebUI is now also too big for full multilanguage support to fit the 128K SPIFFS so please use pack with limited language (en +another) https://github.com/luc-github/ESP3D-WEBUI/tree/2.1/languages
-[Latest stable release  ](https://github.com/luc-github/ESP3D/releases/latest/)  [](https://github.com/luc-github/ESP3D-WEBUI/tree/2.1)
-please use Arduino ide 1.8.9+ with [](https://github.com/espressif/arduino-esp32/releases/tag/1.0.4) or [](https://github.com/esp8266/Arduino/releases/tag/2.5.2)
-
-[Latest development version  ](https://github.com/luc-github/ESP3D/tree/3.0)  [](https://github.com/luc-github/ESP3D-WEBUI/tree/3.0)
-please use Arduino ide 1.8.9+ with [](https://github.com/espressif/arduino-esp32) or [](https://github.com/esp8266/Arduino/)
-
-[All releases](https://github.com/luc-github/ESP3D/wiki)
-
:+1:Thanks
* to @disneysw for bringing this module idea
* to @lkarlslund for suggestion about independent reset using GPIO2