mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 12:48:35 -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
|
||||
0x821F66, // JBL Flip 6
|
||||
0x92BBBD, // Pixel Buds
|
||||
0xD446A7, // Sony XM5
|
||||
|
||||
// Custom debug popups
|
||||
0xAA1FE1, // ClownMaster
|
||||
0xAA187F, // VBucks
|
||||
0xD99CA1, // Flipper Zero
|
||||
0x77FF67, // Free Robux
|
||||
0xAA187F, // Free VBucks
|
||||
0xDCE9EA, // Rickroll
|
||||
0x87B25F, // Animated Rickroll
|
||||
0xF38C02, // Boykisser
|
||||
0x1448C9, // BLM
|
||||
0xD5AB33, // Xtreme
|
||||
0x13B39D, // Talking Sasquach
|
||||
0xAA1FE1, // ClownMaster
|
||||
};
|
||||
model_id = models[rand() % COUNT_OF(models)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user