Remove led::value

This commit is contained in:
Adam Honse
2026-06-04 23:49:11 -05:00
parent c3bd47fe60
commit fd31956aaa
72 changed files with 251 additions and 270 deletions

View File

@@ -162,7 +162,7 @@ void RGBController_CMMonitorController::SetupZones()
{
led l;
l.name = std::to_string(i + 1);
l.value = i;
leds.push_back(l);
}