瀏覽代碼

Merge dtmf_dolphin from https://github.com/xMasterX/all-the-plugins

Willy-JL 2 年之前
父節點
當前提交
a9247b76bf
共有 7 個文件被更改,包括 6 次插入4 次删除
  1. 3 3
      dtmf_dolphin/README.md
  2. 3 1
      dtmf_dolphin/application.fam
  3. 二進制
      dtmf_dolphin/img/1.png
  4. 二進制
      dtmf_dolphin/img/2.png
  5. 二進制
      dtmf_dolphin/img/3.png
  6. 二進制
      dtmf_dolphin/phone.png
  7. 0 0
      dtmf_dolphin/pics/dialer.jpg

+ 3 - 3
dtmf_dolphin/README.md

@@ -1,4 +1,6 @@
-![Image](assets/dialer.jpg)
+![Image](pics/dialer.jpg)
+
+[Original Link](https://github.com/litui/dtmf_dolphin)
 
 ## DTMF Dolphin
 
@@ -8,8 +10,6 @@ Now in a release-ready state for both Dialer, Bluebox, and Redbox (US/UK) functi
 
 Please note that using the current tone output method, the 2600 tone is scaled about 33 Hz higher than it should be. This is a limitation of the current sample rate.
 
-This is for educational/entertainment purposes only. While the code generates sine waves, the buzzer on the Flipper Zero uses PWM which interferes with the cleanness of the signal. While the tones generated sound fairly accurate, they may not be detected by DTMF applications. This is a hardware limitation.
-
 ### Educational Links:
 
 * http://www.phrack.org/issues/25/7.html#article

+ 3 - 1
dtmf_dolphin/application.fam

@@ -3,7 +3,6 @@ App(
     name="DTMF Dolphin",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="dtmf_dolphin_app",
-    cdefines=["DTMF_DOLPHIN"],
     requires=[
         "storage",
         "gui",
@@ -13,4 +12,7 @@ App(
     stack_size=8 * 1024,
     order=20,
     fap_category="Tools",
+    fap_author="@litui & @xMasterX",
+    fap_version="1.2",
+    fap_description="DTMF (Dual-Tone Multi-Frequency) dialer, Bluebox, and Redbox.",
 )

二進制
dtmf_dolphin/img/1.png


二進制
dtmf_dolphin/img/2.png


二進制
dtmf_dolphin/img/3.png


二進制
dtmf_dolphin/phone.png


+ 0 - 0
dtmf_dolphin/assets/dialer.jpg → dtmf_dolphin/pics/dialer.jpg