소스 검색

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
 
 ```
-./fbt firmware_bpm_tapper
+./fbt fap_bpm_tapper
 ```
 

+ 1 - 1
application.fam

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