mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-21 22:51:41 +01:00
Update README.md
Describe the limitation of SSID and password (must only consist of letters and numbers; relevant to at least some devices, such as RM Pro and RM Mini 3)
This commit is contained in:
parent
730853e5fa
commit
f2d431ba3d
@ -50,6 +50,8 @@ broadlink.setup('myssid', 'mynetworkpass', 3)
|
|||||||
|
|
||||||
Security mode options are (0 = none, 1 = WEP, 2 = WPA1, 3 = WPA2, 4 = WPA1/2)
|
Security mode options are (0 = none, 1 = WEP, 2 = WPA1, 3 = WPA2, 4 = WPA1/2)
|
||||||
|
|
||||||
|
If the device fails to connect to the network, make sure the SSID and password only contain alphanumeric characters (no dots, dashes, etc.)
|
||||||
|
|
||||||
#### Advanced options
|
#### Advanced options
|
||||||
|
|
||||||
You may need to specify a broadcast address if setup is not working.
|
You may need to specify a broadcast address if setup is not working.
|
||||||
|
Loading…
Reference in New Issue
Block a user