6.3.0.2 Add Timezone minutes

6.3.0.2 20181101
 * Add minutes to commands Timezone to allow all possible world timezones
This commit is contained in:
Theo Arends 2018-11-01 14:24:10 +01:00
parent 46a0a0afba
commit eb4f1173d3
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
/* 6.3.0.1 20181031 /* 6.3.0.2 20181101
* Add minutes to commands Timezone to allow all possible world timezones
*
* 6.3.0.1 20181031
* Add wifi status to Tuya (#4221) * Add wifi status to Tuya (#4221)
* Add default sleep 1 to sonoff-basic to lower energy consumption (#4217) * Add default sleep 1 to sonoff-basic to lower energy consumption (#4217)
* Fix unintended function overload of WifiState * Fix unintended function overload of WifiState
* Add minutes to commands Timezone to allow all possible world timezones * Add delays to reduce CPU usage at boot time (#4233)
* *
* 6.3.0 20181030 * 6.3.0 20181030
* Release of v6.3.0 * Release of v6.3.0

View File

@ -20,7 +20,7 @@
#ifndef _SONOFF_VERSION_H_ #ifndef _SONOFF_VERSION_H_
#define _SONOFF_VERSION_H_ #define _SONOFF_VERSION_H_
#define VERSION 0x06030001 #define VERSION 0x06030002
#define D_PROGRAMNAME "Sonoff-Tasmota" #define D_PROGRAMNAME "Sonoff-Tasmota"
#define D_AUTHOR "Theo Arends" #define D_AUTHOR "Theo Arends"