MX 2 лет назад
Родитель
Сommit
e5ff6b6f39

+ 1 - 0
ReadMe.md

@@ -53,6 +53,7 @@ The Flipper and its community wouldn't be as rich as it is without your contribu
 - **Mifare Nested** [(by AloneLiberty)](https://github.com/AloneLiberty/FlipperNested) - Works with PC and python app `FlipperNested`
 - **NFC Maker** plugin (make tags with URLs, Wifi and other things) [(by Willy-JL)](https://github.com/ClaraCrazy/Flipper-Xtreme/tree/dev/applications/external/nfc_maker) 
 - ESP32-CAM -> Camera Suite [(by CodyTolene)](https://github.com/CodyTolene/Flipper-Zero-Camera-Suite)
+- USB Mass Storage [(by hedger & nminaylov)](https://github.com/flipperdevices/flipperzero-good-faps)
 
 Games:
 - DOOM (ported and fixed by @xMasterX & @Svarich & @hedger) [(original by p4nic4ttack)](https://github.com/p4nic4ttack/doom-flipper-zero/)

+ 8 - 0
base_pack/mass_storage/.catalog/CHANGELOG.md

@@ -0,0 +1,8 @@
+## v.1.1
+
+ * Faster image creation
+ * Speed and transfer size in UI
+
+## v.1.0
+
+Initial release.

+ 3 - 0
base_pack/mass_storage/.catalog/README.md

@@ -0,0 +1,3 @@
+# USB Mass Storage emulator
+
+This application allows you to use your Flipper Zero as a (very slow) USB mass storage device. You can create a disk image of up to 64MB, and then format and mount it on your computer via USB. All the images are stored on the SD card, which allows you to have multiple images and switch between them.

BIN
base_pack/mass_storage/.catalog/screenshots/1.png


BIN
base_pack/mass_storage/.catalog/screenshots/2.png