Skip to content

Commit

Permalink
The menu trigger time was 300 instead of 1000 (#251)
Browse files Browse the repository at this point in the history
* The menu trigger time was 300 instead of 1000

* recorded tests

---------

Co-authored-by: Shane Aronson <[email protected]>
  • Loading branch information
Unreal-Dan and LivingSynthesis authored Aug 21, 2024
1 parent 9df6f82 commit 6015a58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VortexEngine/src/VortexConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
//
// How long the button must be held to trigger ring menu and begin
// filling the first menu color
#define MENU_TRIGGER_TIME 300
#define MENU_TRIGGER_TIME 1000

// Short Click Threshold (in milliseconds)
//
Expand Down
Binary file modified VortexEngine/tests/tests_general.tar.gz
Binary file not shown.

0 comments on commit 6015a58

Please sign in to comment.