Fixed build problem related to PS4 lib

Now pointing to fixed fork
This commit is contained in:
Philip Johansson 2022-02-17 12:26:40 +01:00
parent dceea6bfea
commit 48b334c034
2 changed files with 13 additions and 8 deletions

View File

@ -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"
]
}

View File

@ -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