This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
86de894 upd tuning fork 5903058 fixing some big bugs eccdb6a categories part 1 ed4e1d7 Screenshots bd0bc7b more manifestos, xbox controller and videopoker ufbt fixes 01dd8a6 ufbt fixes part 2 63e0ba0 API 31 / unzip sources REVERT: bd8ef40 Merge pull request #2 from portalsoup/ukulele REVERT: c7cc6b4 first pass at new tuning REVERT: b48e18c Update README.md REVERT: 10e3ee0 Init REVERT: 9b41159 Initial commit git-subtree-dir: tuning_fork git-subtree-split: 86de894
- Loading branch information
Showing
6 changed files
with
427 additions
and
451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
App( | ||
appid="tuning_fork", | ||
name="Tuning Fork", | ||
apptype=FlipperAppType.PLUGIN, | ||
apptype=FlipperAppType.EXTERNAL, | ||
entry_point="tuning_fork_app", | ||
cdefines=["APP_TUNING_FORM"], | ||
requires=[ | ||
"gui", | ||
], | ||
fap_icon="tuning_fork_icon.png", | ||
fap_category="Music", | ||
fap_category="Media", | ||
stack_size=2 * 1024, | ||
order=20, | ||
fap_author="@besya & (Fixes by @Willy-JL)", | ||
fap_weburl="https://github.com/besya/flipperzero-tuning-fork", | ||
fap_version="1.1", | ||
fap_description="Tuning fork for tuning musical instruments", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.