Skip to content

Commit cfdd13a

Browse files
authored
Update README.md
1 parent 7cc9a5d commit cfdd13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Compile the code and load it on your esp32:
5959
idf.py build flash monitor
6060
```
6161

62-
_Note: while it is encouraged to use the newer build system with idf.py and cmake, esp32-wifi-manager still supports the legacy build system. If you are using make on Linux or make using MSYS2 on Windows, you can still use "make build flash monitor if you prefer"_
62+
_Note: while it is encouraged to use the newer build system with idf.py and cmake, esp32-wifi-manager still supports the legacy build system. If you are using make on Linux or make using MSYS2 on Windows, you can still use "make build flash monitor" if you prefer_
6363

6464
Now, using any wifi capable device, you will see a new wifi access point named *esp32*. Connect to it using the default password *esp32pwd*. If the captive portal does not pop up on your device, you can access the wifi manager at its default IP address: http://10.10.0.1.
6565

@@ -75,7 +75,7 @@ Navigate in "Component config" then pick "Wifi Manager Configuration". You will
7575

7676
![esp32-wifi-manager-menuconfig](https://idyl.io/wp-content/uploads/2020/07/esp32-wifi-manager-menuconfig-800px.png "menuconfig screen")
7777

78-
You can change the ssid and password of the access point at your convenience, but it is highly recommended to keep default values.
78+
You can change the ssid and password of the access point at your convenience, but it is highly recommended to keep default values. Your password should be between 8 and 63 characters long, to comply with the WPA2 standard.
7979

8080
# Adding esp32-wifi-manager to your code
8181

0 commit comments

Comments
 (0)