fixes adds missing adafruit repo used for prep-nrf, and adds prep-nrf to the make prep

This commit is contained in:
Jeremy 2024-09-16 12:50:56 -04:00
parent 2cdf2951e6
commit 50a60f07d2
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@ clean:
-rm -r ./build
-rm ./Release/rnode_firmware*
prep: prep-esp32 prep-samd
prep: prep-esp32 prep-nrf prep-samd
prep-esp32:
arduino-cli core update-index --config-file arduino-cli.yaml