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
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
|
[env]
|
||||||
|
|
||||||
[env:uno]
|
[env:uno]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = uno
|
board = uno
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
lib_deps =
|
||||||
|
Servo
|
||||||
|
LiquidCrystal
|
||||||
|
Keypad
|
||||||
|
arduino-timer
|
||||||
|
Reference in New Issue
Block a user