Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli committed Jul 28, 2024
2 parents a154ac8 + d337057 commit a730651
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
An easy to use T5577 raw writer app for Flipper Zero. [Discord project page.](https://discord.com/channels/1211622338198765599/1267190551783018659)
## Instruction:

Configure the modulation, RF Clock, and number of blocks in the `Config` menu. The edit block feature is useless right not but will be implemented to allow editing user blocks in the future.
Configure the modulation, RF Clock, number of blocks, and block data in the `Config` menu.

Or, you can load a .t5577 file into the app and write it. An example file can be found [here](https://github.com/zinongli/T5577_Raw_Writer/blob/b8f459c787802a443b2a943250b2ad8249f7c0ea/examples/Tag_1.t5577). The configuration will be automatically loaded from block 0 data.

Expand All @@ -13,9 +13,3 @@ Number of User Blocks: 8`
in the .t5577 files are derived from the block 0 data when saved. So if you want to adjust the configuration, you can simply edit block 0 data, without having to edit the text in the file. Or, you can load the data directly and adjust the configuration in the app before writing tags.

You can also save the data you've just loaded and/or configured.

## Updates
As of 2024-7-28, this app only supports writing from the file and load it into the app to write.
The feature of add manually is being developed and should be ready soon.


0 comments on commit a730651

Please sign in to comment.