From 15a06350b94ca27ba7d88401436a90da2c068d50 Mon Sep 17 00:00:00 2001 From: biologist79 <57354741+biologist79@users.noreply.github.com> Date: Thu, 8 Jul 2021 18:52:05 +0200 Subject: [PATCH] Corrected example for dynamic button layout --- src/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings.h b/src/settings.h index 4786432..18bd685 100644 --- a/src/settings.h +++ b/src/settings.h @@ -91,7 +91,7 @@ Multi-buttons [short only] (examples): BUTTON_MULTI_01 => Buttons 0+1 (NEXT_BUTTON + PREVIOUS_BUTTON) pressed in parallel - BUTTON_MULTI_23 => Buttons 0+2 (NEXT_BUTTON + PAUSEPLAY_BUTTON) pressed in parallel + BUTTON_MULTI_12 => Buttons 1+2 (PREV_BUTTON + PAUSEPLAY_BUTTON) pressed in parallel Actions: To all of those buttons, an action can be assigned freely. @@ -221,4 +221,4 @@ static const char topicBatteryVoltage[] PROGMEM = "State/ESPuino/Voltage"; #endif #endif -#endif \ No newline at end of file +#endif