Changeset 10326 in ntrip for trunk/BNC/src/pppMain.cpp


Ignore:
Timestamp:
Feb 2, 2024, 4:59:18 PM (8 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppMain.cpp

    r10319 r10326  
    527527    // -------------------
    528528    opt->_aprSigClk       = 300000.0;
    529     opt->_aprSigClkOff    = 100.0;
     529    opt->_aprSigClkOff    = 300000.0;
    530530    opt->_aprSigAmb       = 10000.0;
    531     opt->_aprSigIon       = 10000000.0;
    532     opt->_noiseIon        = 10000000.0;
     531    opt->_aprSigIon       = 1.0e8;
     532    opt->_noiseIon        = 1.0e8;
    533533    opt->_aprSigCodeBias  = 10000.0;
    534534    opt->_noiseCodeBias   = 10000.0;
Note: See TracChangeset for help on using the changeset viewer.