]> git.scottworley.com Git - tattlekey/commitdiff
client: Bump default config_resend_count 5 → 16
authorScott Worley <scottworley@scottworley.com>
Tue, 10 Oct 2023 09:09:44 +0000 (02:09 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 01:50:02 +0000 (18:50 -0700)
client/config.c

index d3006c786b97712383e5a08d6bca5b0caf91ad14..61d64cef9e5297ce7ddf738adf7be3846a253c54 100644 (file)
@@ -45,7 +45,7 @@ const u32_t config_minimum_seconds_between_button_presses = 1;
  * wire format uses a 16-bit field for a duration in seconds, which wraps
  * at 18 hours.
  *   */
-const uint config_resend_count = 5;
+const uint config_resend_count = 16;
 
 /* These control the size of the per-send-count press queues.
 When the button is pressed more than config_maximum_queue_size times