We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c88a4a commit 5272eb7Copy full SHA for 5272eb7
lib/lfrfid/tools/t5577.c
@@ -13,9 +13,6 @@
13
#define T5577_OPCODE_PAGE_1 0b11
14
#define T5577_OPCODE_RESET 0b00
15
16
-#define T5577_BLOCKS_IN_PAGE_0 8
17
-#define T5577_BLOCKS_IN_PAGE_1 4
18
-
19
static void t5577_start(void) {
20
furi_hal_rfid_tim_read_start(125000, 0.5);
21
lib/lfrfid/tools/t5577.h
@@ -7,6 +7,8 @@ extern "C" {
7
#endif
8
9
#define LFRFID_T5577_BLOCK_COUNT 8
10
+#define T5577_BLOCKS_IN_PAGE_0 8
11
+#define T5577_BLOCKS_IN_PAGE_1 4
12
// T5577 block 0 definitions, thanks proxmark3!
#define LFRFID_T5577_POR_DELAY 0x00000001
0 commit comments