--- a/src/eric7/MicroPython/Devices/EspDevices.py Tue Aug 29 16:55:18 2023 +0200 +++ b/src/eric7/MicroPython/Devices/EspDevices.py Tue Aug 29 17:48:25 2023 +0200 @@ -1158,7 +1158,7 @@ if security is None or password is None: security = 0 - password = "" + password = "" # secok if security > 4: security = 4 # security >4 cause an error thrown by the ESP32