Sfoglia il codice sorgente

Merge branch 'Next-Flip:dev' into dev

AbeNaws 1 anno fa
parent
commit
e4bbe9975a

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # Momentum-Apps
-Bundle of external apps tweaked for [Momentum Firmware](https://github.com/NextFlip/Momentum-Firmware).
+Bundle of external apps tweaked for [Momentum Firmware](https://github.com/Next-Flip/Momentum-Firmware).
 
 > [!IMPORTANT]
 > These apps are already included with all Momentum Firmware releases.

+ 1 - 1
ble_spam/application.fam

@@ -7,7 +7,7 @@ App(
     fap_icon="ble_spam_10px.png",
     fap_category="Bluetooth",
     fap_author="@Willy-JL @ECTO-1A @Spooks4576",
-    fap_weburl="https://github.com/NextFlip/Momentum-Apps/tree/dev/ble_spam",
+    fap_weburl="https://github.com/Next-Flip/Momentum-Apps/tree/dev/ble_spam",
     fap_version="5.1",
     fap_description="Flood BLE advertisements to cause spammy and annoying popups/notifications",
     fap_icon_assets="icons",

+ 2 - 0
ble_spam/protocols/fastpair.c

@@ -3,6 +3,7 @@
 
 // Hacked together by @Willy-JL and @Spooks4576
 // Documentation at https://developers.google.com/nearby/fast-pair/specifications/introduction
+// https://bluetoothdb.com
 
 static const struct {
     uint32_t value;
@@ -531,6 +532,7 @@ static const struct {
     {0xCB2FE7, "soundcore Motion X500"},
 
     // Custom debug popups
+    {0x73A6F2, "Momentum Firmware"},
     {0xD99CA1, "Flipper Zero"},
     {0x77FF67, "Free Robux"},
     {0xAA187F, "Free VBucks"},

+ 1 - 1
nfc_maker/application.fam

@@ -7,7 +7,7 @@ App(
     fap_icon="nfc_maker_10px.png",
     fap_category="NFC",
     fap_author="@Willy-JL",
-    fap_weburl="https://github.com/NextFlip/Momentum-Apps/tree/dev/nfc_maker",
+    fap_weburl="https://github.com/Next-Flip/Momentum-Apps/tree/dev/nfc_maker",
     fap_version="1.1",
     fap_description="Create NFC files for BT MACs, Contacts, Links, Emails, Phones, Text and WiFis",
 )

+ 1 - 1
wardriver/application.fam

@@ -7,7 +7,7 @@ App(
     fap_icon="lookingglass.png",
     fap_category="WiFi",
     fap_author="@Sil333033",
-    fap_weburl="https://github.com/NextFlip/Momentum-Apps/tree/dev/wardriver",
+    fap_weburl="https://github.com/Next-Flip/Momentum-Apps/tree/dev/wardriver",
     fap_version="1.0",
     fap_description="Sniff WiFi access points with GPS location coordinates",
     fap_icon_assets="icons",