Extended a device comment in the MicroPython devices list. eric7

Thu, 17 Apr 2025 11:49:45 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 17 Apr 2025 11:49:45 +0200
branch
eric7
changeset 11223
bcdb5a20ddc7
parent 11222
42441412dc29
child 11224
65b341cfab55

Extended a device comment in the MicroPython devices list.

src/eric7/MicroPython/Devices/__init__.py file | annotate | diff | comparison | revisions
diff -r 42441412dc29 -r bcdb5a20ddc7 src/eric7/MicroPython/Devices/__init__.py
--- a/src/eric7/MicroPython/Devices/__init__.py	Tue Apr 15 17:26:08 2025 +0200
+++ b/src/eric7/MicroPython/Devices/__init__.py	Thu Apr 17 11:49:45 2025 +0200
@@ -590,7 +590,7 @@
             (0x239A, 0x802A),  # Adafruit Industries LLC Feather nRF52840 Express
             (0x239A, 0x8052),  # Feather nRF52840 Express
             (0x2341, 0x025A),  # Arduino Nano 33 BLE Sense
-            (0x2886, 0x0045),  # XIAO nRF52840 Sense
+            (0x2886, 0x0045),  # Seeed XIAO nRF52840 Sense
         ),
         "description": QCoreApplication.translate(
             "MicroPythonDevice", "NRF52 Board with UF2 Support"

eric ide

mercurial