From 4269eca982aafa0200e19f78f21321ac2d21fec0 Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 1 Jan 2024 17:53:46 -0600 Subject: [PATCH] Update MaxAccessories.ino --- examples/Other Examples/MaxAccessories/MaxAccessories.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Other Examples/MaxAccessories/MaxAccessories.ino b/examples/Other Examples/MaxAccessories/MaxAccessories.ino index 927d0aa..aa72f2d 100644 --- a/examples/Other Examples/MaxAccessories/MaxAccessories.ino +++ b/examples/Other Examples/MaxAccessories/MaxAccessories.ino @@ -27,7 +27,7 @@ #include "HomeSpan.h" -#define MAX_LIGHTS 60 +#define MAX_LIGHTS 70 struct RGB_Light : Service::LightBulb {