From cb4c2764fdc8a0080901bc32ffc00779015fc549 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 31 Oct 2018 11:22:18 +0100 Subject: [PATCH] 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) --- sonoff/_changelog.ino | 8 ++++++-- sonoff/sonoff_version.h | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index df78f6354..eab55e9bc 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -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) diff --git a/sonoff/sonoff_version.h b/sonoff/sonoff_version.h index 44aa85be4..bdaee2f86 100644 --- a/sonoff/sonoff_version.h +++ b/sonoff/sonoff_version.h @@ -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"