MSHV: Difference between revisions

From Useful notes
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== src/HvTxW/hvtxw.cpp ==
== src/HvTxW/hvtxw.cpp ==


<code>   qint32 ftf[c_frq]=
<pre>
    qint32 ftf[c_frq]=
         {
         {
             1840,3573,3575,7074,7047,10136,10140,14074,14080,
             1840,3573,3575,7074,7047,10136,10140,14074,14080,
             18100,18104,21074,21140,24915,24919,28074,28180  //,40680,50313,50318,60074,70154,70159
             18100,18104,21074,21140,24915,24919,28074,28180  //,40680,50313,50318,60074,70154,70159
         };</code>
         };
</pre>


To the following
To the following


<code>   qint32 ftf[c_frq]=
<pre>
    qint32 ftf[c_frq]=
         {
         {
             // 1840,3573,3575,7074,7047,10136,10140,14074,14080,
             // 1840,3573,3575,7074,7047,10136,10140,14074,14080,
             // 18100,18104,21074,21140,24915,24919,28074,28180  //,40680,50313,50318,60074,70154,70159
             // 18100,18104,21074,21140,24915,24919,28074,28180  //,40680,50313,50318,60074,70154,70159
         };</code>
         };
</pre>


== src/HvTxW/hvmultianswermodw.cpp ==
== src/HvTxW/hvmultianswermodw.cpp ==


<code>       {
<pre>
        {
             if (s_co_type==0)
             if (s_co_type==0)
                 SBslots->setRange(1,2);
                 SBslots->setRange(1,2);
             else
             else
                 SBslots->setRange(1,1);//<- importent eu vhf only 1 slot needed
                 SBslots->setRange(1,1);//<- importent eu vhf only 1 slot needed
         }</code>
         }
</pre>


To the following
To the following


<code>       {
<pre>
        {
             if (s_co_type==0)
             if (s_co_type==0)
                 SBslots->setRange(1,5);
                 SBslots->setRange(1,5);
             else
             else
                 SBslots->setRange(1,1);//<- importent eu vhf only 1 slot needed
                 SBslots->setRange(1,1);//<- importent eu vhf only 1 slot needed
         }</code>
         }
</pre>


== Premade files ==
== Premade files ==

Revision as of 23:34, 13 October 2022

src/HvTxW/hvtxw.cpp

    qint32 ftf[c_frq]=
        {
            1840,3573,3575,7074,7047,10136,10140,14074,14080,
            18100,18104,21074,21140,24915,24919,28074,28180  //,40680,50313,50318,60074,70154,70159
        };

To the following

    qint32 ftf[c_frq]=
        {
            // 1840,3573,3575,7074,7047,10136,10140,14074,14080,
            // 18100,18104,21074,21140,24915,24919,28074,28180  //,40680,50313,50318,60074,70154,70159
        };

src/HvTxW/hvmultianswermodw.cpp

        {
            if (s_co_type==0)
                SBslots->setRange(1,2);
            else
                SBslots->setRange(1,1);//<- importent eu vhf only 1 slot needed
        }

To the following

        {
            if (s_co_type==0)
                SBslots->setRange(1,5);
            else
                SBslots->setRange(1,1);//<- importent eu vhf only 1 slot needed
        }

Premade files

2.66

Installer
Modified Exe’s

2.67

Installer
Modified Exe’s