Skip to content

Commit

Permalink
remove reset of ws281x
Browse files Browse the repository at this point in the history
  • Loading branch information
fhernand committed Jan 31, 2021
1 parent 76df869 commit a4b289c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ class ledHandler {
// Set full brightness, a value from 0 to 255 (default 255)
this.config.brightness = brightness;
// Configure ws281x and restart
ws281x.reset();
this.run();
}

updateColor(color) {
Expand Down

0 comments on commit a4b289c

Please sign in to comment.