Update ProgrammableHub.ino

This commit is contained in:
Gregg 2022-08-07 20:08:44 -05:00
parent e2a8d406da
commit 635bce26c2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
WebServer webServer(80); // create WebServer on port 80
#define MAX_LIGHTS 24
#define MAX_LIGHTS 12
#define MAX_NAME_LENGTH 32
#define HUB_NAME "lighthub"