src/eric7/MicroPython/Devices/RP2Devices.py

branch
eric7
changeset 11254
cdb56075b4bc
parent 11240
c48c615c04a3
child 11263
28f0ead11a82
--- 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():

eric ide

mercurial