Fix PlatformIO dependencies
This commit is contained in:
parent
4e19c59ab3
commit
97c19de8b9
5 changed files with 36 additions and 23 deletions
|
|
@ -19,7 +19,12 @@ libdeps_dir = .piolibdeps
|
|||
env_default = megaatmega2560
|
||||
|
||||
[common]
|
||||
lib_deps = U8glib@1.19.1
|
||||
lib_deps =
|
||||
U8glib@1.19.1
|
||||
TMC2130Stepper
|
||||
Adafruit NeoPixel
|
||||
https://github.com/lincomatic/LiquidTWI2.git
|
||||
https://github.com/trinamic/TMC26XStepper.git
|
||||
|
||||
[env:megaatmega2560]
|
||||
platform = atmelavr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue