Skip to content

Commit

Permalink
Increase timeouts, thanks PK
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnBry committed Feb 2, 2024
1 parent 91876ea commit 8ba1875
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/lib/BUTTON/devButton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ static constexpr struct {
uint8_t count;
action_e action;
} button_actions[] = {
{true, 1, ACTION_BIND},
{true, 7, ACTION_START_WIFI},
{true, 14, ACTION_RESET_REBOOT}
// half second durations + 1 (i.e. 2=1.5s)
{true, 2, ACTION_BIND}, // 1.5s
{true, 9, ACTION_START_WIFI}, // 5.0s
{true, 23, ACTION_RESET_REBOOT} // 12.0s
};
#endif

Expand Down

0 comments on commit 8ba1875

Please sign in to comment.