mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 05:39:51 +03:00
ip save
This commit is contained in:
@@ -471,10 +471,10 @@ void resetHard() {
|
|||||||
Serial.print(F("Reset Wiznet5100 shield with digital pin "));
|
Serial.print(F("Reset Wiznet5100 shield with digital pin "));
|
||||||
Serial.println(QUOTE(RESET_PIN));
|
Serial.println(QUOTE(RESET_PIN));
|
||||||
delay(50);
|
delay(50);
|
||||||
pinMode(W5100_RESET_PIN, OUTPUT);
|
pinMode(RESET_PIN, OUTPUT);
|
||||||
digitalWrite(W5100_RESET_PIN,LOW);
|
digitalWrite(RESET_PIN,LOW);
|
||||||
delay(25);
|
delay(25);
|
||||||
digitalWrite(W5100_RESET_PIN,HIGH);
|
digitalWrite(RESET_PIN,HIGH);
|
||||||
delay(500);
|
delay(500);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user