From 169d5434daa8c132df4fcba500154ccbeccbefde Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sat, 11 Dec 2021 01:28:24 +0100 Subject: [PATCH] Fixed directions --- main/buttons.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/buttons.cpp b/main/buttons.cpp index b6ae372..fb41599 100644 --- a/main/buttons.cpp +++ b/main/buttons.cpp @@ -121,7 +121,7 @@ void InputDispatcher::profileButton(uint8_t index, bool pressed) switchProfile(index); } -void InputDispatcher::blinkLeftButton(bool pressed) +void InputDispatcher::blinkRightButton(bool pressed) { if(!pressed)return; @@ -138,7 +138,7 @@ void InputDispatcher::blinkLeftButton(bool pressed) #endif } -void InputDispatcher::blinkRightButton(bool pressed) +void InputDispatcher::blinkLeftButton(bool pressed) { if(!pressed)return; #ifdef FEATURE_LEDSTRIP