--- a/src/eric7/MicroPython/Devices/EspDevices.py Tue Feb 28 10:14:12 2023 +0100 +++ b/src/eric7/MicroPython/Devices/EspDevices.py Tue Feb 28 17:54:33 2023 +0100 @@ -890,7 +890,9 @@ del scan_networks """ - out, err = self._interface.execute(command, mode=self._submitMode, timeout=15000) + out, err = self._interface.execute( + command, mode=self._submitMode, timeout=15000 + ) if err: return [], err @@ -990,7 +992,9 @@ repr(ssid), security, repr(password), ifconfig ) - out, err = self._interface.execute(command, mode=self._submitMode, timeout=15000) + out, err = self._interface.execute( + command, mode=self._submitMode, timeout=15000 + ) if err: return False, err else: @@ -1025,7 +1029,9 @@ del get_stations """ - out, err = self._interface.execute(command, mode=self._submitMode, timeout=10000) + out, err = self._interface.execute( + command, mode=self._submitMode, timeout=10000 + ) if err: return [], err