mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
Remove unneeded Serial output
This commit is contained in:
parent
cc8fb10e21
commit
d882965027
@ -165,9 +165,6 @@ uint8_t Servo::attach(int pin, int minUs, int maxUs)
|
||||
{
|
||||
ServoTimerSequence timerId;
|
||||
|
||||
Serial.print("_servoIndex ");
|
||||
Serial.println(_servoIndex);
|
||||
|
||||
if (_servoIndex < MAX_SERVOS) {
|
||||
pinMode(pin, OUTPUT); // set servo pin to output
|
||||
digitalWrite(pin, LOW);
|
||||
|
Loading…
x
Reference in New Issue
Block a user