Updated platformIO config to reference correct libraries
This commit is contained in:
@ -8,7 +8,14 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env]
|
||||
|
||||
[env:uno]
|
||||
platform = atmelavr
|
||||
board = uno
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
Servo
|
||||
LiquidCrystal
|
||||
Keypad
|
||||
arduino-timer
|
||||
|
Reference in New Issue
Block a user