Cumulative changes/pre-release

This commit is contained in:
Климов Андрей Николаевич
2023-04-02 17:27:02 +03:00
parent 3e0566cf07
commit ec306c4934
32 changed files with 734 additions and 367 deletions

View File

@@ -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();