Skip to content

Commit

Permalink
Removed debug message remnants from begin()
Browse files Browse the repository at this point in the history
  • Loading branch information
MajicDesigns committed Jan 27, 2024
1 parent c46923e commit 7202174
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MD_Parola
version=3.7.1
version=3.7.2
author=majicDesigns
maintainer=marco_c <[email protected]>
sentence=LED matrix text display special effects
Expand Down
2 changes: 0 additions & 2 deletions src/MD_Parola.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ MD_Parola::~MD_Parola(void)

bool MD_Parola::begin(uint8_t numZones)
{
Serial.print("\nbegin: exit\n"); delay(100);

bool b = _D.begin(); // method return status

// Check boundaries for the number of zones
Expand Down
3 changes: 3 additions & 0 deletions src/MD_Parola.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Parola A-to-Z Blog Articles
If you like and use this library please consider making a small donation using [PayPal](https://paypal.me/MajicDesigns/4USD)
\page pageRevHistory Revision History
Jan 2024 - version 3.7.2
- removed debug message remnants from begin()
Jul 2023 - version 3.7.1
- added getIntensity() to Parola object
Expand Down

0 comments on commit 7202174

Please sign in to comment.