diff --git a/Source Code/esprfidtool/esprfidtool.ino b/Source Code/esprfidtool/esprfidtool.ino index 5fd4122..40a34a9 100644 --- a/Source Code/esprfidtool/esprfidtool.ino +++ b/Source Code/esprfidtool/esprfidtool.ino @@ -1114,7 +1114,7 @@ void setup() { hexTEMP+=hexCHAR; } - dataCONVERSION+=String()+F("Hexidecimal: ")+hexTEMP+F("
You may want to drop the leading zero(if there is one) and if your cloning software does not handle it for you.

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

"); hexTEMP=""; dataCONVERSION+=F("

"); diff --git a/Source Code/esprfidtool/version.h b/Source Code/esprfidtool/version.h index a3a3c28..f97cc1c 100644 --- a/Source Code/esprfidtool/version.h +++ b/Source Code/esprfidtool/version.h @@ -1 +1 @@ -String version = "1.1.3"; +String version = "1.1.4";