src/eric7/MicroPython/Devices/RP2040Devices.py

branch
eric7
changeset 10170
6cf1ee737d8f
parent 10153
ffe7432f716b
child 10233
51a6649ba79d
--- a/src/eric7/MicroPython/Devices/RP2040Devices.py	Tue Aug 29 16:55:18 2023 +0200
+++ b/src/eric7/MicroPython/Devices/RP2040Devices.py	Tue Aug 29 17:48:25 2023 +0200
@@ -1170,7 +1170,7 @@
         """
         if security is None or password is None:
             security = 0
-            password = ""
+            password = ""  # secok
 
         if self._deviceData["wifi_type"] == "picow":
             country = Preferences.getMicroPython("WifiCountry").upper()

eric ide

mercurial