MX 1 год назад
Родитель
Сommit
9f29d18750
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      base_pack/ble_spam/application.fam
  2. 1 1
      base_pack/ble_spam/ble_spam.c

+ 1 - 1
base_pack/ble_spam/application.fam

@@ -9,7 +9,7 @@ App(
     fap_file_assets="assets",
     fap_file_assets="assets",
     fap_author="@Willy-JL @ECTO-1A @Spooks4576",
     fap_author="@Willy-JL @ECTO-1A @Spooks4576",
     fap_weburl="https://github.com/Next-Flip/Momentum-Apps/tree/dev/ble_spam",
     fap_weburl="https://github.com/Next-Flip/Momentum-Apps/tree/dev/ble_spam",
-    fap_version="6.3",
+    fap_version="6.5",
     fap_description="Flood BLE advertisements to cause spammy and annoying popups/notifications",
     fap_description="Flood BLE advertisements to cause spammy and annoying popups/notifications",
     fap_icon_assets="icons",
     fap_icon_assets="icons",
     fap_icon_assets_symbol="ble_spam",
     fap_icon_assets_symbol="ble_spam",

+ 1 - 1
base_pack/ble_spam/ble_spam.c

@@ -149,7 +149,7 @@ static Attack attacks[] = {
 
 
 #define ATTACKS_COUNT ((signed)COUNT_OF(attacks))
 #define ATTACKS_COUNT ((signed)COUNT_OF(attacks))
 
 
-static uint16_t delays[] = {30, 50, 100, 200, 500};
+static uint16_t delays[] = {20, 50, 100, 200, 500};
 
 
 typedef struct {
 typedef struct {
     Ctx ctx;
     Ctx ctx;