We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c463c commit ed3ec66Copy full SHA for ed3ec66
wled00/FX_fcn.cpp
@@ -696,7 +696,7 @@ uint16_t Segment::virtualLength() const {
696
return vLength;
697
}
698
699
-void IRAM_ATTR_YN Segment::setPixelColor(int i, uint32_t col)
+void IRAM_ATTR_YN Segment::setPixelColor(int i, uint32_t col) const
700
{
701
if (!isActive() || i < 0) return; // not active or invalid index
702
#ifndef WLED_DISABLE_2D
0 commit comments