mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
This commit is contained in:
10
.vscode/example/settings.json.tmpl
vendored
10
.vscode/example/settings.json.tmpl
vendored
@@ -19,5 +19,13 @@
|
|||||||
"--compile-commands-dir=${workspaceFolder}/build/latest",
|
"--compile-commands-dir=${workspaceFolder}/build/latest",
|
||||||
"--clang-tidy",
|
"--clang-tidy",
|
||||||
"--header-insertion=never"
|
"--header-insertion=never"
|
||||||
]
|
],
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/.git/objects/**": true,
|
||||||
|
"**/.git/**/modules/**/objects/**": true,
|
||||||
|
"**/.git/**/subtree-cache/**": true,
|
||||||
|
"**/.git/**/rr-cache/**": true,
|
||||||
|
"build/**": true,
|
||||||
|
"toolchain/**": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -59,7 +59,7 @@ const NfcCliKeyDescriptor wrbl_action_keys[] = {
|
|||||||
//mfu rdbl --block 0 -- data DEADBEEF
|
//mfu rdbl --block 0 -- data DEADBEEF
|
||||||
const NfcCliActionDescriptor wrbl_action = {
|
const NfcCliActionDescriptor wrbl_action = {
|
||||||
.name = "wrbl",
|
.name = "wrbl",
|
||||||
.description = "Read block from ultralight card",
|
.description = "Write block to ultralight card",
|
||||||
.alloc = nfc_cli_mfu_wrbl_alloc_ctx,
|
.alloc = nfc_cli_mfu_wrbl_alloc_ctx,
|
||||||
.free = nfc_cli_mfu_wrbl_free_ctx,
|
.free = nfc_cli_mfu_wrbl_free_ctx,
|
||||||
.execute = nfc_cli_mfu_wrbl_execute,
|
.execute = nfc_cli_mfu_wrbl_execute,
|
||||||
|
|||||||
Reference in New Issue
Block a user