Explorar o código

docs: add streaming support

Alex4386 hai 1 ano
pai
achega
daa10635dc
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -26,7 +26,9 @@ If your computer can handle Android devices, it should be able to handle Flipper
 * List files and directories
 * List files and directories
    - Navigate directories
    - Navigate directories
 * Opening Files (Downloading Flipper files into Computer)
 * Opening Files (Downloading Flipper files into Computer)
-   - Large file transfer now **WORKS**!
+  - Large file transfer now **WORKS**!
+    - It didn't work since the header did not have proper `size` defined, ignoring the further packets.
+    - Now utilizing even less memory via `streaming` support!
 * Deleting Files
 * Deleting Files
 
 
 ### Known Issues
 ### Known Issues