fix(examples): Fix sta-2-eth README to clarify wifi.settings is hostname

pull/13660/head
David Cermak 2024-03-13 17:53:59 +01:00
rodzic 6dd040a61b
commit b8903e7470
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ This example aims to demonstrate 1-1 bridge using WiFi station and one of these
- USB acting as NCM device (supported for ESP32-S2 and ESP32-S3)
It also allows for reconfiguring WiFi settings using a virtual network in the Ethernet. The reconfiguration mode is initialized if the WiFi settings are not available, connection fails or manually by long pressing the Boot button (GPIO0).
It is possible to configure WiFi settings (SSID and password) in a browser on an address `"wifi.settings"` or using unified provisioning.
It is possible to configure WiFi settings (SSID and password) in a browser on a hostname `"http://wifi.settings"` or using unified provisioning.
## How to use example