Explorar el Código

Merge counter from https://github.com/Krulknul/dolphin-counter

Willy-JL hace 2 años
padre
commit
87e6ffcb5a
Se han modificado 4 ficheros con 7 adiciones y 1 borrados
  1. 1 0
      counter/.gitignore
  2. 6 1
      counter/README.md
  3. BIN
      counter/dist/counter.fap
  4. BIN
      counter/dist/debug/counter_d.elf

+ 1 - 0
counter/.gitignore

@@ -0,0 +1 @@
+.vscode

+ 6 - 1
counter/README.md

@@ -1,8 +1,13 @@
 # Dolphin counter
+
 This is a simple plugin for the [Flipper Zero](https://www.flipperzero.one).
 It gives you access to a counter which you can increment and decrement using the up and down buttons respectively.
+Long-pressing the OK button will enable vibro feedback for adding, and long-pressing the back button will clear the counter.
 
 ![preview](https://github.com/Krulknul/dolphin-counter/blob/main/media/preview.gif)
 
 # How to install this?
-I'd recommend using [flipperzero-ufbt](https://github.com/flipperdevices/flipperzero-ufbt), which is a lightweight tool for quickly testing Flipper Zero applications. The app will stay present on your device so it is not necessary to flash the entire firmware.
+
+The easiest way is to download the `counter.fap` file from `dist`, and place it inside of the `apps` folder on the SD card of your Flipper Zero device.
+
+For developoment, I'd recommend using [flipperzero-ufbt](https://github.com/flipperdevices/flipperzero-ufbt), which is a lightweight tool for quickly building and testing Flipper Zero applications.

BIN
counter/dist/counter.fap


BIN
counter/dist/debug/counter_d.elf