Skip to content

Commit

Permalink
added missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Jan 3, 2020
1 parent c82d09b commit ed677c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ init:
@arduino-cli config init
@arduino-cli core update-index
@arduino-cli core install $(BOARD)
@arduino-cli lib install "DFPlayer Mini Mp3 by Makuna"
@arduino-cli lib install "MFRC522"
@arduino-cli lib install "JC_Button"

pio-init:
@platformio lib install 1561 # DFPlayer Mini Mp3 by Makuna
Expand Down

0 comments on commit ed677c0

Please sign in to comment.