diff --git a/CHANGELOG.md b/CHANGELOG.md index 64060f8d9..bf5df4ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - Added `hf_14a_i2crevive` Script, revives soft bricked i2c (@equipter) - Changed `hf mf view` - now prints all keys and all value blocks under the ´verbose´ param (@iceman1001) - Added a new OSX install guide (@maxieds) - Added new public key (@anon) diff --git a/client/luascripts/hf_i2c_recovery.lua b/client/luascripts/hf_14a_i2crevive.lua similarity index 95% rename from client/luascripts/hf_i2c_recovery.lua rename to client/luascripts/hf_14a_i2crevive.lua index 84cef2ed4..a33a4ca5b 100644 --- a/client/luascripts/hf_i2c_recovery.lua +++ b/client/luascripts/hf_14a_i2crevive.lua @@ -8,10 +8,10 @@ desc = [[ This script tries to recover soft bricked ntag i2c tags through the use of raw commands ]] example = [[ - 1. script run hf_i2c_recovery + 1. script run hf_14a_i2crevive ]] usage = [[ -script run hf_i2c_recovery +script run hf_14a_i2crevive ]] arguments = [[ -h this help