BLE Spam bump version

This commit is contained in:
Willy-JL
2023-10-19 19:39:42 +01:00
parent 0c3800340d
commit 562a634ca5
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ App(
fap_category="Bluetooth", fap_category="Bluetooth",
fap_author="@Willy-JL @ECTO-1A @Spooks4576", fap_author="@Willy-JL @ECTO-1A @Spooks4576",
fap_weburl="https://github.com/Flipper-XFW/Xtreme-Apps/tree/dev/ble_spam", fap_weburl="https://github.com/Flipper-XFW/Xtreme-Apps/tree/dev/ble_spam",
fap_version="2.0", fap_version="3.0",
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",

View File

@@ -277,7 +277,7 @@ static void draw_callback(Canvas* canvas, void* _ctx) {
"App+Spam: \e#WillyJL\e# XFW\n" "App+Spam: \e#WillyJL\e# XFW\n"
"Apple+Crash: \e#ECTO-1A\e#\n" "Apple+Crash: \e#ECTO-1A\e#\n"
"Android+Win: \e#Spooks4576\e#\n" "Android+Win: \e#Spooks4576\e#\n"
" Version \e#2.0\e#", " Version \e#3.0\e#",
false); false);
break; break;
default: { default: {