Changed LED ring size back to sane default of 60.

This commit is contained in:
Marcus Scholz 2019-02-03 20:06:22 +01:00
parent e20dd310f9
commit 85ebffce1e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ byte mac[] = {
char* ntp_server = "warpfire.warpzone";
// Number of LEDs in ring
const int ledRingSize = 61;
const int ledRingSize = 60;
// Default colors - tweaked to look right on WS2812Bs
const CRGB red = CRGB(255, 0, 0);