mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 04:39:49 +03:00
Cumulative changes/pre-release
This commit is contained in:
@@ -12,6 +12,8 @@ int abstractOut::isActive()
|
||||
case CMD_VOID:
|
||||
return 0;
|
||||
break;
|
||||
case CMD_ON: //trying (PWM ON set=0 issue)
|
||||
return 1;
|
||||
default:
|
||||
st.loadItem(item);
|
||||
return st.getPercents255();
|
||||
|
||||
Reference in New Issue
Block a user