Skip to content

Commit

Permalink
docs: add streaming support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Jun 9, 2024
1 parent f60d3a9 commit daa1063
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ If your computer can handle Android devices, it should be able to handle Flipper
* List files and directories
- Navigate directories
* 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

### Known Issues
Expand Down

0 comments on commit daa1063

Please sign in to comment.