Fri, 02 May 2025 16:18:18 +0200
Added code to suppress a code style warning in RP2Devices.py.
src/eric7/MicroPython/Devices/RP2Devices.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/MicroPython/Devices/RP2Devices.py Fri May 02 15:13:06 2025 +0200 +++ b/src/eric7/MicroPython/Devices/RP2Devices.py Fri May 02 16:18:18 2025 +0200 @@ -513,7 +513,7 @@ # picowireless: # It seems to take up to 20 sec to detect, that no Pico Wireless Pack is # attached. Therefore the command will timeout before. - if Preferences.getMicroPython("DisablePicowireless"): + if Preferences.getMicroPython("DisablePicowireless"): # noqa: Y-108 # Support for Pimoroni Pico Wireless Pack is disabled. command = """ def has_wifi():