From 7418bb9b3d3bc5b614e274fc75aeaaae109a4eea Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 5 Nov 2018 10:26:06 +0100 Subject: [PATCH] 6.3.0.3 Swap Tx/Rx hardware serial 6.3.0.3 20181105 * Fix hardware serial pin configuration. To keep using hardware serial swap current Rx/Tx pin configuration only (#4280) --- sonoff/_changelog.ino | 5 ++++- sonoff/sonoff_version.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 48f133a61..d53687938 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,4 +1,7 @@ -/* 6.3.0.2 20181101 +/* 6.3.0.3 20181105 + * Fix hardware serial pin configuration. To keep using hardware serial swap current Rx/Tx pin configuration only (#4280) + * + * 6.3.0.2 20181101 * Add minutes to commands Timezone to allow all possible world timezones * Add command SetOption24 0/1 to select pressure unit as hPa or mmHg (#4241) * diff --git a/sonoff/sonoff_version.h b/sonoff/sonoff_version.h index 9e1a5d4fa..733bad937 100644 --- a/sonoff/sonoff_version.h +++ b/sonoff/sonoff_version.h @@ -20,7 +20,7 @@ #ifndef _SONOFF_VERSION_H_ #define _SONOFF_VERSION_H_ -#define VERSION 0x06030002 +#define VERSION 0x06030003 #define D_PROGRAMNAME "Sonoff-Tasmota" #define D_AUTHOR "Theo Arends"