Skip to content

Commit

Permalink
Update src/LedManagerTask.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Poulter <jeremy@bigjungle.net>
  • Loading branch information
jdgarcia99 and jeremypoulter authored Aug 29, 2024
1 parent 765252f commit 888c9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LedManagerTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ void LedManagerTask::setup()
ws2812fx.setColor(BLACK);
ws2812fx.setMode(FX_MODE_STATIC);
//ws2812fx.setBrightness(this->brightness);
DEBUG.printf("Brightness: %d ", this->brightness);
DEBUG.printf("Brightness: %d ", brightness);
DBUGF("Brightness: %d ", this->brightness);
DBUGF("Brightness: %d ", brightness);
ws2812fx.start();
#endif

Expand Down

0 comments on commit 888c9ca

Please sign in to comment.