mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
NFC: Fix some typos in Type4Tag protocol --nobuild
This commit is contained in:
@@ -184,7 +184,7 @@ static NfcCommand
|
||||
nfc_device_get_data(instance->nfc_device, NfcProtocolType4Tag);
|
||||
furi_string_reset(instance->text_box_store);
|
||||
view_dispatcher_send_custom_event(instance->view_dispatcher, NfcCustomEventCardDetected);
|
||||
} else if(type_4_tag_event->type == Type4TagPollerEventTypeWriteFail) {
|
||||
} else if(type_4_tag_event->type == Type4TagPollerEventTypeWriteFailed) {
|
||||
const char* error_str = type_4_tag_event->data->error == Type4TagErrorCardLocked ?
|
||||
"Card does not\nallow writing\nnew data" :
|
||||
"Failed to\nwrite new data";
|
||||
|
||||
Reference in New Issue
Block a user