Add ConfigureDevice

This commit is contained in:
Adam Honse
2026-05-28 22:01:36 -05:00
parent 5fc61d9e88
commit 4e7352bd02
30 changed files with 858 additions and 548 deletions

View File

@@ -128,7 +128,7 @@ RGBController_Debug::RGBController_Debug(bool custom, json settings)
location = name + " Location String";
version = name + " Version String";
serial = name + " Serial String";
flags = CONTROLLER_FLAG_MANUALLY_CONFIGURABLE_NAME | CONTROLLER_FLAG_MANUALLY_CONFIGURABLE_DEVICE_SPECIFIC;
if(name_setting != "")
{
name = name_setting;