eric6/MicroPython/CircuitPythonFirmwareSelectionDialog.py

changeset 7596
1b1f401e1d70
parent 7595
5db6bfeff23e
child 7597
9dac5ef0126d
diff -r 5db6bfeff23e -r 1b1f401e1d70 eric6/MicroPython/CircuitPythonFirmwareSelectionDialog.py
--- a/eric6/MicroPython/CircuitPythonFirmwareSelectionDialog.py	Fri May 15 18:33:53 2020 +0200
+++ b/eric6/MicroPython/CircuitPythonFirmwareSelectionDialog.py	Sat May 16 12:12:38 2020 +0200
@@ -52,6 +52,8 @@
         boards = (
             ("", ""),           # indicator for no selection
             
+            ("Adafruit CLUE", "CLUEBOOT"),
+            ("Circuit Playground Bluefruit", "CPLAYBTBOOT"),
             ("Circuit Playground Express", "CPLAYBOOT"),
             ("Feather M0 Express", "FEATHERBOOT"),
             ("Feather M4 Express", "FEATHERBOOT"),

eric ide

mercurial