TOGGLE input re-intrrable issue fixed double toggling

This commit is contained in:
2019-08-29 01:06:07 +03:00
parent 90965aad85
commit 549bd6527c
4 changed files with 24 additions and 15 deletions

View File

@@ -73,10 +73,10 @@ debugSerial<<from<<F("-")<<to<<F(" cmd=")<<cmd<<endl;
switch (suffixCode)
{
case S_POWER:
case S_VOL:
// case S_POWER:
// case S_VOL:
//leds[n].setBrightness(Parameters[0]);
break;
// break;
case S_SET:
case S_HSV:
debugSerial<<F("HSV: ")<<i<<F(" :")<<Parameters[0]<<Parameters[1]<<Parameters[2]<<endl;