Last for today | FAP updates

This commit is contained in:
VerstreuteSeele
2022-12-19 06:28:07 +01:00
parent ca7e285d20
commit dda19d6233
5 changed files with 50 additions and 10 deletions

View File

@@ -138,6 +138,18 @@
"Serial Console"
]
},
{
"label": "[Debug] Build and upload all FAPs to Flipper over USB",
"group": "build",
"type": "shell",
"command": "./fbt faps_copy"
},
{
"label": "[Release] Build and upload all FAPs to Flipper over USB",
"group": "build",
"type": "shell",
"command": "./fbt COMPACT=1 DEBUG=0 faps_copy"
},
{
// Press Ctrl+] to quit
"label": "Serial Console",
@@ -162,4 +174,4 @@
}
}
]
}
}