#95: unicable

Support forum for minisatip
Post Reply
9000h
Posts: 89
Joined: Tue May 12, 2015 1:49 pm

Post by 9000h »

looks like this is a mistake

if(tp->switch_type == SWITCH_UNICABLE)
{
freq = send_unicable(frontend_fd, freq / 1000, diseqc, pol, hiband, tp->uslot, tp->ufreq);
}else if(tp->switch_type == SWITCH_UNICABLE)
{
freq = send_unicable(frontend_fd, freq / 1000, diseqc, pol, hiband, tp->uslot, tp->ufreq);
}
Post Reply