Skip to content

Commit

Permalink
Binary distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 30, 2022
1 parent 8062fb0 commit 9667d3d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions binaries/README.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added binaries/protoview.fap
Binary file not shown.

0 comments on commit 9667d3d

Please sign in to comment.