浏览代码

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

Willy-JL 2 年之前
父节点
当前提交
87e6ffcb5a
共有 4 个文件被更改,包括 7 次插入1 次删除
  1. 1 0
      counter/.gitignore
  2. 6 1
      counter/README.md
  3. 二进制
      counter/dist/counter.fap
  4. 二进制
      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.

二进制
counter/dist/counter.fap


二进制
counter/dist/debug/counter_d.elf