From f2d431ba3d64e26f8714ce02e554d0667e8fc96e Mon Sep 17 00:00:00 2001 From: Lev Aronsky Date: Sun, 4 Aug 2024 21:25:15 +0300 Subject: [PATCH] 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) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81c6de5..5255003 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ broadlink.setup('myssid', 'mynetworkpass', 3) 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 You may need to specify a broadcast address if setup is not working.