File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
applications/main/nfc/cli/commands/mfu Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1919 "--compile-commands-dir=${workspaceFolder}/build/latest",
2020 "--clang-tidy",
2121 "--header-insertion=never"
22- ]
22+ ],
23+ "files.watcherExclude": {
24+ "**/.git/objects/**": true,
25+ "**/.git/**/modules/**/objects/**": true,
26+ "**/.git/**/subtree-cache/**": true,
27+ "**/.git/**/rr-cache/**": true,
28+ "build/**": true,
29+ "toolchain/**": true
30+ }
2331}
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const NfcCliKeyDescriptor wrbl_action_keys[] = {
5959//mfu rdbl --block 0 -- data DEADBEEF
6060const NfcCliActionDescriptor wrbl_action = {
6161 .name = "wrbl" ,
62- .description = "Read block from ultralight card" ,
62+ .description = "Write block to ultralight card" ,
6363 .alloc = nfc_cli_mfu_wrbl_alloc_ctx ,
6464 .free = nfc_cli_mfu_wrbl_free_ctx ,
6565 .execute = nfc_cli_mfu_wrbl_execute ,
You can’t perform that action at this time.
0 commit comments