This commit is contained in:
openshwprojects
2025-02-27 12:56:39 +01:00
committed by GitHub
parent 23e67076c3
commit 022f1c9aba

View File

@@ -1394,6 +1394,8 @@ void CHANNEL_Set_Ex(int ch, int iVal, int iFlags, int ausemovingaverage) {
bForce = iFlags & CHANNEL_SET_FLAG_FORCE;
bSilent = iFlags & CHANNEL_SET_FLAG_SILENT;
iVal = 0;
#if ENABLE_LED_BASIC
// special channels
if (ch == SPECIAL_CHANNEL_LEDPOWER) {