Browse Source

Merge branch 'refactoring' of https://github.com/biologist79/ESPuino into refactoring

master
Torsten Stauder 4 years ago
parent
commit
4d51a8101f
  1. 4
      src/settings.h

4
src/settings.h

@ -92,7 +92,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.
@ -235,4 +235,4 @@
#include "settings-custom.h" // Contains all user-relevant settings custom-board #include "settings-custom.h" // Contains all user-relevant settings custom-board
#endif #endif
#endif
#endif
Loading…
Cancel
Save