mirror of https://github.com/arendst/Tasmota.git
6.3.0.1 Tuya and sonoff-basic changes
6.3.0.1 20181031 * Add wifi status to Tuya (#4221) * Add default sleep 1 to sonoff-basic to lower enrgy consumption (#4217)
This commit is contained in:
parent
07ac25ce34
commit
cb4c2764fd
|
@ -1,6 +1,10 @@
|
|||
/* 6.3.0 20181030
|
||||
/* 6.3.0.1 20181031
|
||||
* Add wifi status to Tuya (#4221)
|
||||
* Add default sleep 1 to sonoff-basic to lower enrgy consumption (#4217)
|
||||
*
|
||||
* 6.3.0 20181030
|
||||
* Release of v6.3.0
|
||||
*
|
||||
*
|
||||
* 6.2.1.20 20181028
|
||||
* Add command SetOption35 0..255 (seconds) to delay mDNS initialization to control possible Wifi connect problems
|
||||
* Add command SetOption53 0/1 to toggle gui display of Hostname and IP address (#1006, #2091)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef _SONOFF_VERSION_H_
|
||||
#define _SONOFF_VERSION_H_
|
||||
|
||||
#define VERSION 0x06030000
|
||||
#define VERSION 0x06030001
|
||||
|
||||
#define D_PROGRAMNAME "Sonoff-Tasmota"
|
||||
#define D_AUTHOR "Theo Arends"
|
||||
|
|
Loading…
Reference in New Issue