Compare commits

...

2 Commits

Author SHA1 Message Date
e871d452dd Linux casing buildfix 2022-02-17 12:40:57 +01:00
48b334c034 Fixed build problem related to PS4 lib
Now pointing to fixed fork
2022-02-17 12:26:40 +01:00
3 changed files with 14 additions and 9 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

View File

@ -1,4 +1,4 @@
#include "Body.h"
#include "body.h"
#include "config.h"