瀏覽代碼

Fix BLE Spam

Willy-JL 2 年之前
父節點
當前提交
b069a9c43c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ble_spam/ble_spam.c

+ 1 - 1
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;