Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoric committed Oct 6, 2023
1 parent b3d0d0a commit a80e127
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/boards/Inkplate6plus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,7 @@ uint32_t Inkplate::partialUpdate(bool _forced, bool leaveOn)

void Inkplate::setInkplatePowerMode(uint8_t _mode)
{
Serial.println("Setting mode...");
pwrMode = _mode;
Serial.println(pwrMode, HEX);
}

#endif

0 comments on commit a80e127

Please sign in to comment.