From 5d11a4f444d06517acf92eb3caadfcbeefc14a65 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Mon, 26 Nov 2018 21:16:47 -0300 Subject: [PATCH] Added command CalcRes --- sonoff/settings.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/settings.ino b/sonoff/settings.ino index 2a346feb7..6d3263f41 100644 --- a/sonoff/settings.ino +++ b/sonoff/settings.ino @@ -576,6 +576,7 @@ void SettingsDefaultSet2(void) // Settings.rule_enabled = 0; // Settings.rule_once = 0; // for (byte i = 1; i < MAX_RULE_SETS; i++) { Settings.rules[i][0] = '\0'; } + Settings.flag2.calc_resolution = CALC_RESOLUTION; // Home Assistant Settings.flag.hass_discovery = HOME_ASSISTANT_DISCOVERY_ENABLE;