Skip to content

Commit c42fc3b

Browse files
authored
RecoverColor was missing const qualifier (Makuna#185)
1 parent 6b1cf11 commit c42fc3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/Makuna/NeoPixelBus"
1010
},
11-
"version": "2.2.8",
11+
"version": "2.2.9",
1212
"frameworks": "arduino",
1313
"platforms": "*"
1414
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NeoPixelBus by Makuna
2-
version=2.2.8
2+
version=2.2.9
33
author=Michael C. Miller (makuna@live.com)
44
maintainer=Michael C. Miller (makuna@live.com)
55
sentence=A library that makes controlling NeoPixels (WS2811, WS2812, WS2813 & SK6812) and DotStars (APA102) easy.

src/NeoPixelBrightnessBus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ template<typename T_COLOR_FEATURE, typename T_METHOD> class NeoPixelBrightnessBu
4747
}
4848
}
4949

50-
void RecoverColor(typename T_COLOR_FEATURE::ColorObject* color)
50+
void RecoverColor(typename T_COLOR_FEATURE::ColorObject* color) const
5151
{
5252
if (_brightness)
5353
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy