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)
This commit is contained in:
Theo Arends 2018-11-05 10:26:06 +01:00
parent 9babeed46f
commit 7418bb9b3d
2 changed files with 5 additions and 2 deletions

View File

@ -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)
*

View File

@ -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"