Releases: rfidtool/ESP-RFID-Tool
Releases · rfidtool/ESP-RFID-Tool
Release v1.2.1
- Release v1.2.1
- TX directly from log file view
- API 1.0.4
- Add TX mode to API
- Fine tune TX data interval now that setting is in microseconds(us in API only, ms in rest of software)
- TX multiple packets via API separating binary with commas(limited by devices RAM)
Release v1.2.0
- Update jpliew Wiegand-NG Library to commit 67d53aef12c10ef20c883bf49faf2cb902bfc30
- Improves read accuracy, ESP bug fixes
- Add setting to control timing of RX packets
Update API v1.0.1
- Correct Typo
Release v1.1.9
- Recompiled with latest dependencies / bug fixes
Release v1.1.8
This release adds the remaining hexadecimal number C, D, E, and F, for both 4bit and 8bit keypads in RX and TX mode.
Also now keypad entries have an automatic HEX output in the log file.
* = A
# = B
F1 = C
F2 = D
F3 = E
F4 = F
Release v1.1.7
- Add (F1) and (F2) keys to PIN related functions
- Available in both RX and TX mode
Release v1.1.6
- Create a JSON API
*V1.0.0
Release v1.1.5
- Add Denial of Service Mode
- Update Fuzzing Control
- Allow terminating long transmissions
- Update TX Interface
Release v1.1.4
- Improve Stability
- Safe Mode Disabled by Default
- Add Hex2Bin on Data Conversion Tools Page
Release v1.1.3
PIN brute force mode ADD advanced delay options
- Delay between entering complete PINs
- Number of failed PIN attempts(X) before a delay
- Delay in seconds(Y) after [X] failed PINs
- Multiply delay [Y] by [a] after every [b] failed pin attempts