diff --git a/README.md b/README.md index 9a556f8e..3015a046 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,16 @@ Thanks to the built-in page **/setup** (about 6.9Kb of program space) it is poss With **/setup** webpage it is also possible to perform remote firmware update (OTA-update). -![image](https://github.com/cotestatnt/async-esp-fs-webserver/assets/27758688/e16cf5cb-252a-42bb-b111-305387f9d0cc) +![image](https://github.com/cotestatnt/async-esp-fs-webserver/assets/27758688/81a1f6db-a4bd-4f1d-b263-7bebe79cae7d) + This web page can be injected also with custom HTML and Javascript code in order to create very smart and powerful web application. In the image below, for example, the HTML and Javascript code to provision the devices in the well-known [ThingsBoard IoT platform](https://thingsboard.io/) has been added at runtime starting from the Arduino sketch (check example [customHTML.ino](https://github.com/cotestatnt/async-esp-fs-webserver/tree/main/examples/customHTML)). -![image](https://github.com/cotestatnt/async-esp-fs-webserver/assets/27758688/74c3046b-fc04-46d6-86ad-acb68a03f38e) +![image](https://github.com/cotestatnt/async-esp-fs-webserver/assets/27758688/d728c315-7271-454d-8c34-fb9db0b7a333) + ## ACE web file editor/browser