X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/2f7a1e89aa19dac7903e743e60b275a54a0230cf..de14b62cf9b6042f77a7d41caf5eef99a64a4331:/client/config.h diff --git a/client/config.h b/client/config.h index 5ce0baf..66e33a4 100644 --- a/client/config.h +++ b/client/config.h @@ -23,6 +23,10 @@ extern uint button_pin; /* Don't bother reporting each separate button press when it is pressed many * times in short succession. (We also use this to de-bounce. :) */ -extern u32_t minimum_microseconds_between_button_presses; +extern u32_t minimum_seconds_between_button_presses; + +/* Send each report multiple times. */ +extern uint resend_count; +extern u32_t resend_interval_ms; #endif