Skip to content

Commit

Permalink
Release v1.1.4
Browse files Browse the repository at this point in the history
* Improve Stability
* Safe Mode Disabled by Default
* Add Hex2Bin on Data Conversion Tools Page
  • Loading branch information
exploitagency committed Mar 14, 2018
1 parent 304a750 commit 125e3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source Code/esprfidtool/esprfidtool.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ void setup() {
hexTEMP+=hexCHAR;
}

dataCONVERSION+=String()+F("Hexidecimal: ")+hexTEMP+F("<br><small>You may want to drop the leading zero(if there is one) and if your cloning software does not handle it for you.<br><br>");
dataCONVERSION+=String()+F("Hexidecimal: ")+hexTEMP+F("<br><small>You may want to drop the leading zero(if there is one) and if your cloning software does not handle it for you.</small><br><br>");
hexTEMP="";

dataCONVERSION+=F("<br><br>");
Expand Down
2 changes: 1 addition & 1 deletion Source Code/esprfidtool/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
String version = "1.1.3";
String version = "1.1.4";

0 comments on commit 125e3da

Please sign in to comment.