Changeset 41517


Ignore:
Timestamp:
12/27/17 17:05:15 (5 years ago)
Author:
gost
Message:

[titan] calibrate signal strenght dm900

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r41516 r41517  
    16081608        if (!signal)
    16091609        {
     1610                ioctl(node->fd, FE_READ_SIGNAL_STRENGTH, &signal);
    16101611                printf("brutto STRENGTH %02x\n", signal);
    1611                 ioctl(node->fd, FE_READ_SIGNAL_STRENGTH, &signal);
    16121612                if(ostrstr(node->feinfo->name, "Si2166B") != NULL)
    16131613                {
     1614                        signal = signal - (signal * 24 / 146);
    16141615                        if(signal > 127)
    16151616                                signal = 65535;
Note: See TracChangeset for help on using the changeset viewer.