ソースを参照

Merge pull request #49 from acegoal07/dev

acegoal07 11 ヶ月 前
コミット
0511168711
2 ファイル変更1 行追加2 行削除
  1. 1 1
      README.md
  2. 0 1
      application.fam

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ All the playlists should be placed in ext/apps_data/nfc_playlist but can be plac
 ```
 An example file can be found in the repository
 ## Feedback:
-Any feedback is welcome and would be very much appreciated as this is my first C project
+Any feedback is welcome and would be very much appreciated as it helps me to improve and build upon the project
 - <a href="https://github.com/acegoal07/FlipperZero_NFC_Playlist/issues/new?assignees=acegoal07&labels=enhancement&projects=&template=feature_request.md&title=%5BFEATURE%7D">Feature request</a>
 - <a href="https://github.com/acegoal07/FlipperZero_NFC_Playlist/issues/new?assignees=acegoal07&labels=bug&projects=&template=bug_report.md&title=%5BBUG%5D">Bug report</a>
 ## Supported Firmwares

+ 0 - 1
application.fam

@@ -3,7 +3,6 @@ App(
     name="NFC Playlist",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="nfc_playlist_main",
-    requires=["gui", "nfc"],
     stack_size=4 * 1024,
     fap_category="NFC",
     fap_author="@acegoal07",