src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 11174
ab097070aedf
parent 11171
f7cb33253cbf
child 11187
d21d54be6c80
diff -r d63911a89570 -r ab097070aedf src/eric7/MicroPython/Devices/__init__.py
--- a/src/eric7/MicroPython/Devices/__init__.py	Tue Mar 18 18:14:12 2025 +0100
+++ b/src/eric7/MicroPython/Devices/__init__.py	Tue Mar 18 18:19:14 2025 +0100
@@ -589,6 +589,7 @@
         "ids": (
             (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
         ),
         "description": QCoreApplication.translate(

eric ide

mercurial