mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
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
|
* Release of v6.3.0
|
||||||
*
|
*
|
||||||
* 6.2.1.20 20181028
|
* 6.2.1.20 20181028
|
||||||
* Add command SetOption35 0..255 (seconds) to delay mDNS initialization to control possible Wifi connect problems
|
* 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)
|
* Add command SetOption53 0/1 to toggle gui display of Hostname and IP address (#1006, #2091)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef _SONOFF_VERSION_H_
|
#ifndef _SONOFF_VERSION_H_
|
||||||
#define _SONOFF_VERSION_H_
|
#define _SONOFF_VERSION_H_
|
||||||
|
|
||||||
#define VERSION 0x06030000
|
#define VERSION 0x06030001
|
||||||
|
|
||||||
#define D_PROGRAMNAME "Sonoff-Tasmota"
|
#define D_PROGRAMNAME "Sonoff-Tasmota"
|
||||||
#define D_AUTHOR "Theo Arends"
|
#define D_AUTHOR "Theo Arends"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user