Align rotation value to 15 degree steps

This commit is contained in:
Lord-Grey 2023-10-14 17:57:13 +02:00
parent ffd4eb12d0
commit a14caa383f

View File

@ -859,7 +859,7 @@ int LedDeviceNanoleaf::write(const std::vector<ColorRgb>& ledValues)
}
else
{
// Set panels not configed to black;
// Set panels not configured to black
color = ColorRgb::BLACK;
DebugIf(verbose3, _log, "[%u] >= panelLedCount [%u] => Set to BLACK", panelCounter, _panelLedCount);
}