forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from ESurge/unleashed
Updated api_symbols.csv to get NRFSniffer and MouseJacker working.
- Loading branch information
Showing
8 changed files
with
2,977 additions
and
37 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,10 +1,10 @@ | ||
App( | ||
appid="INTAPP_MouseJacker", | ||
appid="APPS_MouseJacker", | ||
name="Mouse Jacker", | ||
apptype=FlipperAppType.PLUGIN, | ||
entry_point="mousejacker_app", | ||
cdefines=["APP_MOUSEJACKER"], | ||
requires=["gui"], | ||
stack_size=2 * 1024, | ||
order=140, | ||
) | ||
) |
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,10 +1,10 @@ | ||
App( | ||
appid="INTAPP_NRFSniff", | ||
appid="APPS_NRFSniff", | ||
name="NRF Sniff", | ||
apptype=FlipperAppType.PLUGIN, | ||
entry_point="nrfsniff_app", | ||
cdefines=["APP_NRFSNIFF"], | ||
requires=["gui"], | ||
stack_size=1 * 1024, | ||
order=170, | ||
) | ||
) |
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
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 |
---|---|---|
|
@@ -111,4 +111,4 @@ Min butthurt: 0 | |
Max butthurt: 14 | ||
Min level: 1 | ||
Max level: 3 | ||
Weight: 3 | ||
Weight: 3 |
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
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