mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 21:29:49 +03:00
TOGGLE input re-intrrable issue fixed double toggling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user