Преглед на файлове

save nfc files on write

Sanjay Govind преди 1 година
родител
ревизия
abbc411590
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      virtual_portal.c

+ 3 - 0
virtual_portal.c

@@ -536,6 +536,9 @@ int virtual_portal_write(VirtualPortal* virtual_portal, uint8_t* message, uint8_
 
     mf_classic_free(data);
 
+
+    nfc_device_save(nfc_device, furi_string_get_cstr(pof_token->load_path));
+
     response[0] = 'W';
     response[1] = 0x10 | arrayIndex;
     response[2] = blockNum;