فهرست منبع

Change app type to EXTERNAL and update build instruction.

Aaron Mavrinac 3 سال پیش
والد
کامیت
d952a3a5df
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      README.md
  2. 1 1
      application.fam

+ 1 - 1
README.md

@@ -9,6 +9,6 @@ Hit any button other than back repeatedly. Calculates based on the average of th
 ## Compiling
 ## Compiling
 
 
 ```
 ```
-./fbt firmware_bpm_tapper
+./fbt fap_bpm_tapper
 ```
 ```
 
 

+ 1 - 1
application.fam

@@ -1,7 +1,7 @@
 App(
 App(
     appid="bpm_tapper",
     appid="bpm_tapper",
     name="BPM Tapper",
     name="BPM Tapper",
-    apptype=FlipperAppType.PLUGIN,
+    apptype=FlipperAppType.EXTERNAL,
     entry_point="bpm_tapper_app",
     entry_point="bpm_tapper_app",
     cdefines=["APP_BPM_TAPPER"],
     cdefines=["APP_BPM_TAPPER"],
     requires=["gui"],
     requires=["gui"],