Skip to content

Commit

Permalink
removed useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yattien committed Apr 11, 2020
1 parent 0877b83 commit 04713d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ESPEInk_ESP8266.ino
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void setup() {
Serial.println("\r\nESPEInk_ESP8266 v" + String(FW_VERSION) + ", reset reason='" + ESP.getResetReason() + "'...");
Serial.println("Entering setup...");

pinMode(D0, WAKEUP_PULLUP);
// pinMode(LED_BUILTIN, OUTPUT); // won't work, waveshare uses D2 as DC
// digitalWrite(LED_BUILTIN, HIGH);

Expand Down

0 comments on commit 04713d1

Please sign in to comment.