X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/24ed36185962a76e99aef7cded338c1fd16e8e6b..3a07ca822f74d4fa3ee27719b36c56c0206b8442:/client/config.c diff --git a/client/config.c b/client/config.c index d3006c7..61d64ce 100644 --- a/client/config.c +++ b/client/config.c @@ -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