mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-15 20:01:54 -07:00
Merge remote-tracking branch 'ofw/dev' into mntm-dev --nobuild
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- Apps:
|
||||
- Picopass: CVE-2024-41566, When keys are unknown emulate with a dummy MAC and ignore reader MACs (by @nvx)
|
||||
- Seader: Card parsing and saving UI and logic improvements (by @bettse)
|
||||
- API: Publishing T5577 page 1 block count macro (by @zinongli)
|
||||
|
||||
### Fixed:
|
||||
- Desktop:
|
||||
|
||||
@@ -13,9 +13,6 @@
|
||||
#define T5577_OPCODE_PAGE_1 0b11
|
||||
#define T5577_OPCODE_RESET 0b00
|
||||
|
||||
#define T5577_BLOCKS_IN_PAGE_0 8
|
||||
#define T5577_BLOCKS_IN_PAGE_1 4
|
||||
|
||||
static void t5577_start(void) {
|
||||
furi_hal_rfid_tim_read_start(125000, 0.5);
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define LFRFID_T5577_BLOCK_COUNT 8
|
||||
#define T5577_BLOCKS_IN_PAGE_0 8
|
||||
#define T5577_BLOCKS_IN_PAGE_1 4
|
||||
|
||||
// T5577 block 0 definitions, thanks proxmark3!
|
||||
#define LFRFID_T5577_POR_DELAY 0x00000001
|
||||
|
||||
Reference in New Issue
Block a user