From 6d73fb6d5ec21b58bd01f77bc1ba9c28cd59a445 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Mon, 25 Sep 2023 18:43:30 +0530 Subject: [PATCH] Fix sphinx error --- boards/beagleplay/demos-and-tutorials/connect-wifi.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst index 4de8dea3..e1a675b4 100644 --- a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst +++ b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst @@ -4,8 +4,12 @@ Connect WiFi ############# .. note:: - A common issue experienced by users when connecting to Wireless networks are network names that include special characters such as spaces, apostrophes etc, this may make connecting to your network more difficult. It is thus recommended to rename your Wireless AP to something simpler. For Example - renaming "Boris's Wireless Network" to "BorisNet". This avoids having to add special "escape" characters in the name. This shows up especially if you try connecting to iPhone/iOS HotSpots, where the network name is the device name, which by default is something like "Dan's iPhone". Also see `this potential solution. -<https://unix.stackexchange.com/questions/679862/wpa-supplicant-conf-escaping-characters/>`_. + A common issue experienced by users when connecting to Wireless networks are network names that include special characters + such as spaces, apostrophes etc, this may make connecting to your network more difficult. It is thus recommended to + rename your Wireless AP to something simpler. For Example - renaming "Boris's Wireless Network" to "BorisNet". + This avoids having to add special "escape" characters in the name. This shows up especially if you try connecting to + iPhone/iOS HotSpots, where the network name is the device name, which by default is something like "Dan's iPhone". + Also see `this potential solution. <https://unix.stackexchange.com/questions/679862/wpa-supplicant-conf-escaping-characters/>`_. If you have a monitor and keyboard/mouse combo connected, the easiest way is to use the :ref:`beagleplay-wifi-wpa-gui`. -- GitLab