]> git.scottworley.com Git - tattlekey/blobdiff - client/config.c
client: Bump default config_resend_count 5 → 16
[tattlekey] / 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