We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1516a commit b3cd0e4Copy full SHA for b3cd0e4
build_platform.py
@@ -60,6 +60,7 @@
60
# Adafruit nRF
61
"nrf52840" : "adafruit:nrf52:feather52840:softdevice=s140v6,debug=l0",
62
"cpb" : "adafruit:nrf52:cplaynrf52840:softdevice=s140v6,debug=l0",
63
+ "clue" : "adafruit:nrf52:cluenrf52840:softdevice=s140v6,debug=l0",
64
# groupings
65
"main_platforms" : ("uno", "leonardo", "mega2560", "zero",
66
"esp8266", "esp32", "metro_m4", "nrf52840"),
0 commit comments