Compare commits
2 Commits
feature/at
...
master
Author | SHA1 | Date | |
---|---|---|---|
e871d452dd | |||
48b334c034 |
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -3,5 +3,8 @@
|
|||||||
// for the documentation about the extensions.json format
|
// for the documentation about the extensions.json format
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"platformio.platformio-ide"
|
"platformio.platformio-ide"
|
||||||
|
],
|
||||||
|
"unwantedRecommendations": [
|
||||||
|
"ms-vscode.cpptools-extension-pack"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -10,9 +10,11 @@
|
|||||||
|
|
||||||
[common]
|
[common]
|
||||||
lib_deps =
|
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
|
OSC #master
|
||||||
Adafruit PWM Servo Driver Library
|
Adafruit PWM Servo Driver Library
|
||||||
https://github.com/aed3/PS4-esp32.git
|
https://github.com/philsson/PS4-esp32
|
||||||
|
|
||||||
[env:featheresp32]
|
[env:featheresp32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "Body.h"
|
#include "body.h"
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user