Browse Source

Corrected example for dynamic button layout

master
biologist79 4 years ago
committed by GitHub
parent
commit
15a06350b9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/settings.h

4
src/settings.h

@ -91,7 +91,7 @@
Multi-buttons [short only] (examples): Multi-buttons [short only] (examples):
BUTTON_MULTI_01 => Buttons 0+1 (NEXT_BUTTON + PREVIOUS_BUTTON) pressed in parallel 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: Actions:
To all of those buttons, an action can be assigned freely. To all of those buttons, an action can be assigned freely.
@ -221,4 +221,4 @@
static const char topicBatteryVoltage[] PROGMEM = "State/ESPuino/Voltage"; static const char topicBatteryVoltage[] PROGMEM = "State/ESPuino/Voltage";
#endif #endif
#endif #endif
#endif
#endif
Loading…
Cancel
Save