mirror of https://github.com/sfeakes/AqualinkD.git
Update 2.6.2
parent
c04ec5ce01
commit
d23db569d0
Binary file not shown.
Binary file not shown.
|
@ -1632,7 +1632,8 @@ void check_print_config (struct aqualinkdata *aqdata)
|
|||
break;
|
||||
}
|
||||
}
|
||||
LOG(AQUA_LOG,LOG_WARNING, "Config error, couldn't find button `%s` from config option `%s`\n",_aqconfig_.sched_chk_booston_device,CFG_N_event_check_booston_device);
|
||||
if (i >= aqdata->total_buttons)
|
||||
LOG(AQUA_LOG,LOG_WARNING, "Config error, couldn't find button `%s` from config option `%s`\n",_aqconfig_.sched_chk_booston_device,CFG_N_event_check_booston_device);
|
||||
} else {
|
||||
aqdata->boost_linked_device = AQ_UNKNOWN;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue