Fixes for V6+ client on V5- server

This commit is contained in:
Adam Honse committed 2026-07-07 01:35:35 -05:00
1 parent 3a0b93c774
commit 1a62db7246
5 files changed
+141 -17

No files matched your search

+1 -1
View File
@@ -1207,7 +1207,7 @@ void ApplyOptions(DeviceOptions& options, std::vector<RGBController *>& rgb_cont
else
{
start_from = (std::size_t)device->GetZoneStartIndex(options.zone);
led_count = (std::size_t)device->GetZoneLEDsCount(options.zone);
led_count = (std::size_t)device->GetLEDsInZone(options.zone);
}
for(std::size_t led_idx = 0; led_idx < led_count; led_idx++)