Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgarcia99 committed Aug 30, 2024
2 parents fe8dfa1 + 888c9ca commit 60dce0f
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 60dce0f

Please sign in to comment.