mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 07:38:35 -07:00
Samsung stuff is actually called EasySetup
This commit is contained in:
12
applications/external/ble_spam/ble_spam.c
vendored
12
applications/external/ble_spam/ble_spam.c
vendored
@@ -90,15 +90,15 @@ static Attack attacks[] = {
|
||||
{
|
||||
.title = "Samsung Buds Popup",
|
||||
.text = "No cooldown, long range",
|
||||
.protocol = &protocol_smartthings,
|
||||
.protocol = &protocol_easysetup,
|
||||
.payload =
|
||||
{
|
||||
.random_mac = true,
|
||||
.cfg =
|
||||
{
|
||||
.smartthings =
|
||||
.easysetup =
|
||||
{
|
||||
.type = SmartthingsTypeBuds,
|
||||
.type = EasysetupTypeBuds,
|
||||
.data = {},
|
||||
},
|
||||
},
|
||||
@@ -107,15 +107,15 @@ static Attack attacks[] = {
|
||||
{
|
||||
.title = "Samsung Watch Pair",
|
||||
.text = "No cooldown, long range",
|
||||
.protocol = &protocol_smartthings,
|
||||
.protocol = &protocol_easysetup,
|
||||
.payload =
|
||||
{
|
||||
.random_mac = true,
|
||||
.cfg =
|
||||
{
|
||||
.smartthings =
|
||||
.easysetup =
|
||||
{
|
||||
.type = SmartthingsTypeWatch,
|
||||
.type = EasysetupTypeWatch,
|
||||
.data = {},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user