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 b6466e2 commit 20cfc49Copy full SHA for 20cfc49
install.sh
@@ -142,9 +142,11 @@ if [[ $INSTALL_NRF52 == 1 ]]; then
142
pip3 install --user setuptools
143
pip3 install --user adafruit-nrfutil
144
pip3 install --user pyserial
145
+ pip3 install --user wheel
146
sudo pip3 install setuptools
147
sudo pip3 install adafruit-nrfutil
148
sudo pip3 install pyserial
149
+ sudo pip3 install wheel
150
DEPENDENCY_OUTPUT=$(arduino --install-boards adafruit:nrf52 2>&1)
151
if [ $? -ne 0 ]; then echo -e "\xe2\x9c\x96 OR CACHED"; else echo -e """$GREEN""\xe2\x9c\x93"; fi
152
fi
0 commit comments