Skip to content

Commit

Permalink
change servo pins to '5' and '4' instead 'D1' and 'D2'
Browse files Browse the repository at this point in the history
  • Loading branch information
amuxel committed Oct 11, 2021
1 parent da908bf commit 541e67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Roboland/NodeMCU_ESP8266/osc_servo/osc_servo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const char* pwd = PWD;
// servos
Servo s1;
Servo s2;
uint8_t servo1Pin = D1;
uint8_t servo2Pin = D2;
uint8_t servo1Pin = 5;
uint8_t servo2Pin = 4;

// server
String server_ip;
Expand Down

0 comments on commit 541e67f

Please sign in to comment.