Auto HOS power off disabled by default

Enable it in options
This commit is contained in:
Kostas Missos 2018-12-16 16:59:25 +02:00
parent 0d9aebda7b
commit e809745120

View file

@ -46,7 +46,7 @@ void set_default_configuration()
h_cfg.se_keygen_done = 0;
h_cfg.sbar_time_keeping = 0;
h_cfg.backlight = 100;
h_cfg.autohosoff = 1;
h_cfg.autohosoff = 0;
h_cfg.errors = 0;
}