فهرست منبع

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. BIN
      dtmf_dolphin/img/1.png
  4. BIN
      dtmf_dolphin/img/2.png
  5. BIN
      dtmf_dolphin/img/3.png
  6. BIN
      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
 ## 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.
 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:
 ### Educational Links:
 
 
 * http://www.phrack.org/issues/25/7.html#article
 * http://www.phrack.org/issues/25/7.html#article

+ 3 - 1
dtmf_dolphin/application.fam

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

BIN
dtmf_dolphin/img/1.png


BIN
dtmf_dolphin/img/2.png


BIN
dtmf_dolphin/img/3.png


BIN
dtmf_dolphin/phone.png


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