From 7802de5885188fff9188d8ef12d9ea97955b51fe Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 10 Apr 2024 00:55:02 +0300 Subject: [PATCH] upd ble spam --- base_pack/ble_spam/ble_spam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_pack/ble_spam/ble_spam.c b/base_pack/ble_spam/ble_spam.c index c4eff23af54..99e3ce60acb 100644 --- a/base_pack/ble_spam/ble_spam.c +++ b/base_pack/ble_spam/ble_spam.c @@ -149,7 +149,7 @@ static Attack attacks[] = { #define ATTACKS_COUNT ((signed)COUNT_OF(attacks)) -static uint16_t delays[] = {20, 50, 100, 200, 500}; +static uint16_t delays[] = {30, 50, 100, 200, 500}; typedef struct { Ctx ctx;