mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-21 20:42:15 -07:00
Format
This commit is contained in:
+32
-32
@@ -23,38 +23,38 @@ typedef struct {
|
||||
|
||||
static Payload payloads[] = {
|
||||
#if false
|
||||
{.title = "AirDrop",
|
||||
.text = "",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeAirDrop,
|
||||
.data = {.airdrop = {}},
|
||||
}},
|
||||
{.title = "Airplay Target",
|
||||
.text = "",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeAirplayTarget,
|
||||
.data = {.airplay_target = {}},
|
||||
}},
|
||||
{.title = "Handoff",
|
||||
.text = "",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeHandoff,
|
||||
.data = {.handoff = {}},
|
||||
}},
|
||||
{.title = "Tethering Source",
|
||||
.text = "",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeTetheringSource,
|
||||
.data = {.tethering_source = {}},
|
||||
}},
|
||||
{.title = "AirDrop",
|
||||
.text = "",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeAirDrop,
|
||||
.data = {.airdrop = {}},
|
||||
}},
|
||||
{.title = "Airplay Target",
|
||||
.text = "",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeAirplayTarget,
|
||||
.data = {.airplay_target = {}},
|
||||
}},
|
||||
{.title = "Handoff",
|
||||
.text = "",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeHandoff,
|
||||
.data = {.handoff = {}},
|
||||
}},
|
||||
{.title = "Tethering Source",
|
||||
.text = "",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeTetheringSource,
|
||||
.data = {.tethering_source = {}},
|
||||
}},
|
||||
{.title = "Mobile Backup",
|
||||
.text = "",
|
||||
.random = false,
|
||||
|
||||
Reference in New Issue
Block a user