Skip to content

Commit

Permalink
make servo example work out of the box
Browse files Browse the repository at this point in the history
  • Loading branch information
abparker authored and mkellner committed Sep 3, 2020
1 parent a893a0d commit 5639abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/pins/servo/esp/modServo.cpp
Expand Up @@ -21,7 +21,7 @@
#include "xsmc.h"
#include "mc.xs.h" // for xsID_ values

#include "servo.h"
#include "Servo.h"

typedef struct {
Servo *s;
Expand Down
2 changes: 1 addition & 1 deletion modules/pins/servo/manifest.json
@@ -1,6 +1,6 @@
{
"build": {
"ARDUINO_ESP8266": "/Users/$(USER)/esp/esp8266-2.3.0/",
"ARDUINO_ESP8266": "$(HOME)/esp/esp8266-2.3.0/",
},
"platforms":{
"esp": {
Expand Down

0 comments on commit 5639abb

Please sign in to comment.