mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-08 09:25:31 -04:00
Merge branch 'radiolib' of github.com:liberatedsystems/RNode_Firmware_CE into radiolib
This commit is contained in:
commit
545c498675
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -29,6 +29,7 @@ prep-esp32:
|
|||
arduino-cli lib install "Adafruit SSD1306"
|
||||
arduino-cli lib install "XPowersLib"
|
||||
arduino-cli lib install "Crypto"
|
||||
arduino-cli lib install "RadioLib"
|
||||
pip install pyserial rns --upgrade --user --break-system-packages # This looks scary, but it's actually just telling pip to install packages as a user instead of trying to install them systemwide, which bypasses the "externally managed environment" error.
|
||||
|
||||
prep-samd:
|
||||
|
@ -42,6 +43,7 @@ prep-nrf:
|
|||
arduino-cli lib install "Crypto"
|
||||
arduino-cli lib install "Adafruit GFX Library"
|
||||
arduino-cli lib install "GxEPD2"
|
||||
arduino-cli lib install "RadioLib"
|
||||
pip install pyserial rns --upgrade --user --break-system-packages
|
||||
pip install adafruit-nrfutil --upgrade --user --break-system-packages # This looks scary, but it's actually just telling pip to install packages as a user instead of trying to install them systemwide, which bypasses the "externally managed environment" error.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue