Skip to content

Commit

Permalink
Merge pull request #36 from andysheen/master
Browse files Browse the repository at this point in the history
decreased long fade time to 6 hours
  • Loading branch information
andysheen authored Sep 28, 2020
2 parents 8fce8e0 + 175f64f commit 5933581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32-SOCKETIO.ino
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ using namespace ace_button;
#define USERLED 0
#define REMOTELED 1
#define RGBLEDPWMSTART 120
#define LONGFADEMINUTESMAX 720
#define LONGFADEMINUTESMAX 360
#define LONGFADECHECKMILLIS 60000
unsigned long prevLongFadeVal = 0;
uint8_t hue[NUMPIXELS];
Expand Down

0 comments on commit 5933581

Please sign in to comment.