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:
Theo Arends 2018-10-31 11:22:18 +01:00
parent 07ac25ce34
commit cb4c2764fd
2 changed files with 7 additions and 3 deletions

View File

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

View File

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