Added command CalcRes

This commit is contained in:
Adrian Scillato 2018-11-26 21:16:47 -03:00 committed by GitHub
parent c51e657ed9
commit 5d11a4f444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;