mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 11:38:36 -07:00
Revert NFC FeliCa WIP PR (breaks more than adds)
This commit is contained in:
@@ -44,8 +44,6 @@ void nfc_scene_delete_on_enter(void* context) {
|
||||
} else if(protocol == NfcDeviceProtocolNfcV) {
|
||||
furi_string_set(temp_str, "ISO15693 tag");
|
||||
nfc_type = "NFC-V";
|
||||
} else if(protocol == NfcDeviceProtocolFelica) {
|
||||
furi_string_set(temp_str, "FeliCa");
|
||||
} else {
|
||||
furi_string_set(temp_str, "Unknown ISO tag");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user