Quellcode durchsuchen

Update README.md

Ayush Sharma vor 6 Jahren
Ursprung
Commit
ff1cb241dc
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -13,7 +13,10 @@
 <hr/>
 
 
-<p align="center">Push OTAs to ESP8266 Elegantly!</p>
+<p align="center">Push OTAs to ESP8266 Elegantly! </p>
+<p align="center">
+ElegantOTA provides a beautiful interface to upload Over the Air `.bin` updates to your ESP Modules with precise status and progress displayed over UI. This Library shows the current upload progress of your OTA and once finished, it will display the status of your OTA.
+</p>
 
 <br>
 <br>
@@ -33,6 +36,8 @@
  
  That's all!
  
+ Now copy the IPAddress displayed over your Serial Monitor and go to `http://<IPAddress>/update` in browser. ( where `<IPAddress>` is the IP of your ESP Module)
+ 
 <br>
 <h2>Example</h2>