--- 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()