Fixed build problem related to PS4 lib
Now pointing to fixed fork
This commit is contained in:
parent
dceea6bfea
commit
48b334c034
17
.vscode/extensions.json
vendored
17
.vscode/extensions.json
vendored
@ -1,7 +1,10 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
]
|
||||
}
|
||||
|
@ -10,9 +10,11 @@
|
||||
|
||||
[common]
|
||||
lib_deps =
|
||||
# Note that the GitHub repository must be a valid PlatformIO library i.e. it must
|
||||
# have library.json or library.properties in its root directory
|
||||
OSC #master
|
||||
Adafruit PWM Servo Driver Library
|
||||
https://github.com/aed3/PS4-esp32.git
|
||||
https://github.com/philsson/PS4-esp32
|
||||
|
||||
[env:featheresp32]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user