From e46a81c193953c3b78c43b064e39f97354e8b5d9 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Mon, 26 Nov 2018 21:29:06 -0300 Subject: [PATCH] 6.3.0.14 Added command CalcRes --- sonoff/_changelog.ino | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 2351beb8c..3de9daa3c 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,4 +1,7 @@ -/* 6.3.0.13 20181126 +/* 6.3.0.14 20181127 + * Add Command CalcRes to set number of decimals (0 - 7) used in commands ADD, SUB, MULT and SCALE (#4420) + * + * 6.3.0.13 20181126 * Add command SetOption59 0/1 to change state topic from tele/STATE to stat/RESULT (#4450) * Fix WifiManager functionality on initial installation (#4433) *