src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 11171
f7cb33253cbf
parent 11170
6d6199d668fb
child 11174
ab097070aedf
--- a/src/eric7/MicroPython/Devices/__init__.py	Sun Mar 16 12:53:12 2025 +0100
+++ b/src/eric7/MicroPython/Devices/__init__.py	Mon Mar 17 17:35:36 2025 +0100
@@ -587,6 +587,7 @@
     },
     "nrf52_uf2": {
         "ids": (
+            (0x239A, 0x802A),  # Adafruit Industries LLC Feather nRF52840 Express
             (0x239A, 0x8052),  # Feather nRF52840 Express
             (0x2886, 0x0045),  # XIAO nRF52840 Sense
         ),

eric ide

mercurial