antirez 3 лет назад
Родитель
Сommit
9667d3df59
3 измененных файлов с 23 добавлено и 1 удалено
  1. 13 1
      README.md
  2. 10 0
      binaries/README.md
  3. BIN
      binaries/protoview.fap

+ 13 - 1
README.md

@@ -69,7 +69,7 @@ Things to investigate:
 * Weather stations are often too in the 433.92Mhz OOK.
 * For car keys, try 443.92 OOK650 and 868.35 Mhz in OOK or 2FSK.
 
-# Installing the app on the Flipper
+# Installing the app from source
 
 * Download the Flipper Zero dev kit and build it:
 ```
@@ -82,6 +82,18 @@ git clone --recursive  https://github.com/flipperdevices/flipperzero-firmware.gi
 * Connect your Flipper via USB.
 * Build and install with: `./fbt launch_app APPSRC=protoview`.
 
+# Installing the binary file (no build needed)
+
+Drop the `protoview.fap` file you can find in the `binaries` folder into the
+following Flipper Zero location:
+
+    /ext/apps/Tools
+
+The `ext` part means that we are in the SD card. So if you don't want
+to use the Android (or other) application to upload the file,
+you can just take out the SD card, insert it in your computer,
+copy the fine into `apps/Tools`, and that's it.
+
 # License
 
 The code is released under the BSD license.

+ 10 - 0
binaries/README.md

@@ -0,0 +1,10 @@
+This is the binary distribution of the application. If you don't want
+to build it from source, just take `protoview.fap` file and drop it into the
+following Flipper Zero location:
+
+    /ext/apps/Tools
+
+The `ext` part means that we are in the SD card. So if you don't want
+to use the Android (or other) application to upload the file,
+you can just take out the SD card, insert it in your computer,
+copy the fine into `apps/Tools`, and that's it.

BIN
binaries/protoview.fap