kopia lustrzana https://github.com/Aircoookie/WLED
fix compile error
"const" was missing in the function implementationpull/4504/head
rodzic
01c463c8e8
commit
ed3ec66d33
|
@ -696,7 +696,7 @@ uint16_t Segment::virtualLength() const {
|
|||
return vLength;
|
||||
}
|
||||
|
||||
void IRAM_ATTR_YN Segment::setPixelColor(int i, uint32_t col)
|
||||
void IRAM_ATTR_YN Segment::setPixelColor(int i, uint32_t col) const
|
||||
{
|
||||
if (!isActive() || i < 0) return; // not active or invalid index
|
||||
#ifndef WLED_DISABLE_2D
|
||||
|
|
Ładowanie…
Reference in New Issue