forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
115 additions
and
1,628 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# T5577 multivriter fap for flipper zero | ||
|
||
PoC of https://forum.dangerousthings.com/t/hack-store-2-to-3-different-em41xx-on-a-single-t5577/12116 |
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,14 @@ | ||
App( | ||
appid="t5577_multiwriter", | ||
name="T5577 Multiwriter", | ||
name="T5577 multiwriter", | ||
apptype=FlipperAppType.EXTERNAL, | ||
targets=["f7"], | ||
entry_point="t5577_multiwriter_app", | ||
icon="A_125khz_14", | ||
stack_size=2 * 1024, | ||
order=20, | ||
fap_description="Application for writing several keys to one t5577", | ||
fap_version="0.1", | ||
fap_version="0.2", | ||
fap_icon="icon.png", | ||
fap_category="RFID", | ||
) |
1,129 changes: 97 additions & 1,032 deletions
1,129
non_catalog_apps/t5577_multiwriter/assets/assets_icons.c
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
Oops, something went wrong.