We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05547b7 commit 724bd7cCopy full SHA for 724bd7c
tools/build_adafruit_bins.sh
@@ -20,8 +20,8 @@ for board in $boards; do
20
if [ $board == "feather_huzzah" ]; then
21
make $PARALLEL -C ports/esp8266 BOARD=feather_huzzah
22
(( exit_status = exit_status || $? ))
23
- elif [ $board == "feather52" ]; then
24
- make $PARALLEL -C ports/nrf BOARD=feather52
+ elif [ $board == "feather52832" ]; then
+ make $PARALLEL -C ports/nrf BOARD=feather52832
25
26
elif [ $board == "pca10056" ]; then
27
make $PARALLEL -C ports/nrf BOARD=pca10056 SD=s140
0 commit comments