Ticket #1945: diseqc-repeat.patch

File diseqc-repeat.patch, 408 bytes (added by yeasah@…, 18 years ago)

Raise the default diseqc command repeat to 1 repeat

  • libs/libmythtv/diseqc.cpp

     
    724724    : m_devid(devid),           m_dev_type(kTypeLNB),
    725725      m_desc(QString::null),    m_tree(tree),
    726726      m_parent(NULL),           m_ordinal(0),
    727       m_repeat(0)
     727      m_repeat(1)
    728728{
    729729}
    730730