Ver Fonte

Fix merge

Willy-JL há 2 anos atrás
pai
commit
6c7a45461a

+ 1 - 0
morse_code/.gitsubtree

@@ -1 +1,2 @@
+https://github.com/wh00hw/MorseCodeFAP master /
 https://github.com/xMasterX/all-the-plugins dev base_pack/morse_code

+ 19 - 0
morse_code/README.md

@@ -0,0 +1,19 @@
+# Morse Code
+
+Simple Morse Code parser Flipper Application Package.
+
+![screenshot](img/screenshot.png)
+
+## Controls
+
+- Up/Down buttons to set volume
+- Left/Right buttons to set Dit length in milliseconds
+- Push center button to play Dit
+- Hold center button to play Dah
+
+
+## Compiling
+
+```
+./fbt fap_morse_code
+```

+ 1 - 1
morse_code/application.fam

@@ -13,4 +13,4 @@ App(
     fap_author="@wh00hw & @xMasterX",
     fap_version="1.1",
     fap_description="Simple Morse Code parser",
-)
+)

BIN
morse_code/img/screenshot.png