This commit is contained in:
tharexde 2020-11-30 21:12:51 +01:00
commit 60e0402be9

View file

@ -17,8 +17,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
- EM4x50: relocated write requests in function „4x50_wipe" from device to client (@tharexde) - EM4x50: relocated write requests in function „4x50_wipe" from device to client (@tharexde)
- EM4x50: renamed „4x50_write_password" to „4x50_writepwd" (@tharexde) - EM4x50: renamed „4x50_write_password" to „4x50_writepwd" (@tharexde)
- EM4x50: all hex input parameters now have to be given in lsb format (output is still msb + lsb) (@tharexde) - EM4x50: all hex input parameters now have to be given in lsb format (output is still msb + lsb) (@tharexde)
- EM4x50: changed cli parameter from „a <address>“ to „b <block>" (@tharexde) - EM4x50: changed cli parameter from „a (address)“ to „b (block)" (@tharexde)
- EM4x50: changed cli parameter from „w <word>" to „d <data>“ (@tharexde) - EM4x50: changed cli parameter from „w (word)" to „d (data)“ (@tharexde)
- EM4x50: switched to cliparser for all functions (@tharexde) - EM4x50: switched to cliparser for all functions (@tharexde)
- EM4x50: stabilized and accelerated tag detection (@tharexde) - EM4x50: stabilized and accelerated tag detection (@tharexde)
- EM4x50: removed global tag structure on device side (@tharexde) - EM4x50: removed global tag structure on device side (@tharexde)