From: Scott Worley Date: Tue, 10 Oct 2023 09:09:44 +0000 (-0700) Subject: client: Bump default config_resend_count 5 → 16 X-Git-Tag: v0.1.0~24 X-Git-Url: http://git.scottworley.com/tattlekey/commitdiff_plain/3a07ca822f74d4fa3ee27719b36c56c0206b8442?hp=24ed36185962a76e99aef7cded338c1fd16e8e6b client: Bump default config_resend_count 5 → 16 --- 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