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"),