Skip to content

Commit

Permalink
Release 1.1.8 - Update keypad output and add more keys to RX/TX mode
Browse files Browse the repository at this point in the history
This release adds the remaining hex C, D, E, and F, for both 4bit and 8bit keypads in RX and TX mode.

Also now pinpad entries have an automatic HEX output in the log file.

```
* = A
# = B
F1 = C
F2 = D
F3 = E
F4 = F
```
  • Loading branch information
exploitagency committed Mar 18, 2018
1 parent 5877fe9 commit a5f04cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source Code/esprfidtool/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
String version = "1.1.7";
String version = "1.1.8";
String APIversion = "1.0.0";

0 comments on commit a5f04cb

Please sign in to comment.