From 125e3da32b83195cc89ee242c008493332cf2336 Mon Sep 17 00:00:00 2001 From: Corey Harding Date: Wed, 14 Mar 2018 04:50:40 -0400 Subject: [PATCH] Release v1.1.4 * Improve Stability * Safe Mode Disabled by Default * Add Hex2Bin on Data Conversion Tools Page --- Source Code/esprfidtool/esprfidtool.ino | 2 +- Source Code/esprfidtool/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";