Changeset 42193 for titan


Ignore:
Timestamp:
04/27/18 20:54:00 (6 years ago)
Author:
gost
Message:

[titan] next uncable2 test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r42191 r42193  
    12431243
    12441244                unicabletune |= ((satcr & 0x1F) << 19);
    1245                 unicabletune |= (((node->feloffrequency / 1000) & 0x7ff) << 8);
     1245                //unicabletune |= (((node->feloffrequency / 1000) & 0x7ff) << 8);
     1246                unicabletune |= (((node->feloffrequency) & 0x7ff) << 8);
    12461247                unicabletune |= (((aktdiseqc - 1) & 0x1) << 2);
    12471248                unicabletune |= (((!node->feaktpolarization) & 0x1) << 1);
Note: See TracChangeset for help on using the changeset viewer.