From 85ebffce1e102a104502d8d3e76dc3207cdd8b17 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 3 Feb 2019 20:06:22 +0100 Subject: [PATCH] Changed LED ring size back to sane default of 60. --- constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.h b/constants.h index 5c0b888..476ac06 100644 --- a/constants.h +++ b/constants.h @@ -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);