From b8903e74704c36aa34655e4632e01d1281750af3 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Wed, 13 Mar 2024 17:53:59 +0100 Subject: [PATCH] fix(examples): Fix sta-2-eth README to clarify wifi.settings is hostname --- examples/network/sta2eth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/network/sta2eth/README.md b/examples/network/sta2eth/README.md index 9eb5ebc228..9bf63dd42b 100644 --- a/examples/network/sta2eth/README.md +++ b/examples/network/sta2eth/README.md @@ -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