mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:28:36 -07:00
BLE Spam FastPair add Sony XM5 and more customs
Thanks noproto and Neon_Cat!
This commit is contained in:
@@ -24,14 +24,19 @@ void fastpair_make_packet(uint8_t* _size, uint8_t** _packet, const BleSpamProtoc
|
|||||||
0x718FA4, // JBL Live 300TWS
|
0x718FA4, // JBL Live 300TWS
|
||||||
0x821F66, // JBL Flip 6
|
0x821F66, // JBL Flip 6
|
||||||
0x92BBBD, // Pixel Buds
|
0x92BBBD, // Pixel Buds
|
||||||
|
0xD446A7, // Sony XM5
|
||||||
|
|
||||||
// Custom debug popups
|
// Custom debug popups
|
||||||
0xAA1FE1, // ClownMaster
|
0xD99CA1, // Flipper Zero
|
||||||
0xAA187F, // VBucks
|
0x77FF67, // Free Robux
|
||||||
|
0xAA187F, // Free VBucks
|
||||||
|
0xDCE9EA, // Rickroll
|
||||||
|
0x87B25F, // Animated Rickroll
|
||||||
0xF38C02, // Boykisser
|
0xF38C02, // Boykisser
|
||||||
0x1448C9, // BLM
|
0x1448C9, // BLM
|
||||||
0xD5AB33, // Xtreme
|
0xD5AB33, // Xtreme
|
||||||
0x13B39D, // Talking Sasquach
|
0x13B39D, // Talking Sasquach
|
||||||
|
0xAA1FE1, // ClownMaster
|
||||||
};
|
};
|
||||||
model_id = models[rand() % COUNT_OF(models)];
|
model_id = models[rand() % COUNT_OF(models)];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user