Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit bfde375

Browse files
authored
Update README.md to reflex new FSBrowser examples
1 parent f1e912b commit bfde375

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,22 +1926,22 @@ WiFi connected...yeey :)
19261926
Connected! IP address: 192.168.2.186
19271927
HTTP server started @ 192.168.2.186
19281928
===============================================================
1929-
Open http://esp8266fs-browser.local/edit to see the file browser
1929+
Open http://async-esp8266fs.local/edit to see the file browser
19301930
Using username = admin and password = admin
19311931
===============================================================
19321932
[WM] freeing allocated params!
19331933
```
19341934

1935-
You can access using the HTTP server IP (http://192.168.2.186) or its mDNS hostname (http://esp8266fs-browser.local)
1935+
You can access using the HTTP server IP (http://192.168.2.186) or its mDNS hostname (http://async-esp8266fs.local)
19361936

19371937
<p align="center">
1938-
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/examples/Async_ESP_FSWebServer/pics/esp8266fs.local.png">
1938+
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/examples/Async_ESP_FSWebServer/pics/async-esp8266fs.local.png">
19391939
</p>
19401940

1941-
By going to http://192.168.2.186/edit or http://esp8266fs-browser.local/edit, you can **edit / delete / upload / download** any file in the folder
1941+
By going to http://192.168.2.186/edit or http://async-esp8266fs.local/edit, you can **edit / delete / upload / download** any file in the folder
19421942

19431943
<p align="center">
1944-
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/examples/Async_ESP_FSWebServer/pics/esp8266fs.local_edit.png">
1944+
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/examples/Async_ESP_FSWebServer/pics/async-esp8266fs.local_edit.png">
19451945
</p>
19461946

19471947
---

0 commit comments

Comments
 (0)