mirror of https://github.com/arendst/Tasmota.git
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:
parent
9babeed46f
commit
7418bb9b3d
|
@ -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)
|
||||
*
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue