Fixed directions
This commit is contained in:
@@ -121,7 +121,7 @@ void InputDispatcher::profileButton(uint8_t index, bool pressed)
|
|||||||
switchProfile(index);
|
switchProfile(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
void InputDispatcher::blinkLeftButton(bool pressed)
|
void InputDispatcher::blinkRightButton(bool pressed)
|
||||||
{
|
{
|
||||||
if(!pressed)return;
|
if(!pressed)return;
|
||||||
|
|
||||||
@@ -138,7 +138,7 @@ void InputDispatcher::blinkLeftButton(bool pressed)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void InputDispatcher::blinkRightButton(bool pressed)
|
void InputDispatcher::blinkLeftButton(bool pressed)
|
||||||
{
|
{
|
||||||
if(!pressed)return;
|
if(!pressed)return;
|
||||||
#ifdef FEATURE_LEDSTRIP
|
#ifdef FEATURE_LEDSTRIP
|
||||||
|
Reference in New Issue
Block a user