Changeset 45424


Ignore:
Timestamp:
02/17/21 10:34:37 (3 years ago)
Author:
obi
Message:

test fewait for satipclient

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/satipclient/satipclient.h

    r45423 r45424  
    3737        ret1 = strsplit(tmpstr1, "\n", &count1);
    3838        if(ret1 != NULL && count1 > 0)
    39         {       
     39        {
    4040                for(i = 0; i < count1; i++)
    4141                {
  • titan/titan/frontenddev.h

    r45383 r45424  
    910910        timer = 500;
    911911#endif
    912         if(checkrealbox("HD51") == 1 || checkrealbox("HD60") == 1 || checkrealbox("HD61") == 1)
     912        if(checkrealbox("HD51") == 1 || checkrealbox("HD60") == 1 || checkrealbox("HD61") == 1 || checkchipset("3798MV200") == 1)
    913913                timer = 1000;
    914914        if(checkchipset("HI3798MV200") == 1)
Note: See TracChangeset for help on using the changeset viewer.