File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hardware/arduino/zunoG2/cores/ZWSupport Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ void __zuno_BasicUniversalSetter1P(byte zuno_ch, uint8_t value) {
29
29
#endif
30
30
#if defined(WITH_CC_SWITCH_COLOR ) && defined(WITH_CC_SWITCH_MULTILEVEL )
31
31
case ZUNO_SWITCH_COLOR_CHANNEL_NUMBER :
32
- __zunoSetterSwitchColorSwitchMultilevel (zuno_ch , value );
32
+ __zunoSetterSwitchColorBrightness (zuno_ch , value );
33
33
break ;
34
34
#endif
35
35
default :
@@ -50,7 +50,7 @@ uint8_t __zuno_BasicUniversalGetter1P(byte zuno_ch) {
50
50
#endif
51
51
#if defined(WITH_CC_SWITCH_COLOR ) && defined(WITH_CC_SWITCH_MULTILEVEL )
52
52
case ZUNO_SWITCH_COLOR_CHANNEL_NUMBER :
53
- value = __zunoGetterSwitchColorSwitchMultilevel (zuno_ch );
53
+ value = __zunoGetterSwitchColorBrightness (zuno_ch );
54
54
break ;
55
55
#endif
56
56
default :
You can’t perform that action at this time.
0 commit comments