mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-09 01:45:14 -04:00
Add missing libs to prep-nrf
This commit is contained in:
parent
5e234a2cf0
commit
752638f680
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -42,6 +42,9 @@ prep-samd:
|
|||
prep-nrf:
|
||||
arduino-cli core update-index --config-file arduino-cli.yaml
|
||||
arduino-cli core install rakwireless:nrf52 --config-file arduino-cli.yaml
|
||||
arduino-cli lib install "Crypto"
|
||||
arduino-cli lib install "Adafruit GFX Library"
|
||||
arduino-cli lib install "GxEPD2"
|
||||
pip install adafruit-nrfutil --upgrade
|
||||
|
||||
console-site:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue