Changeset 9442 in ntrip for trunk/BNC


Ignore:
Timestamp:
May 25, 2021, 4:27:18 PM (3 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9439 r9442  
    159159    opt->_aprSigTrp    = hlp[7].toDouble();
    160160    opt->_noiseTrp     = hlp[8].toDouble();
    161     opt->_nmeaPort     = hlp[9].toInt();
     161    opt->_noiseIon     = hlp[9].toDouble();
     162    opt->_nmeaPort     = hlp[10].toInt();
    162163
    163164    if (_realTime) {
     
    345346    opt->_aprSigPhaseBias = 1000.0;
    346347
    347     opt->_noiseIon        =  5.00;
    348 
    349348    _options << opt;
    350349  }
Note: See TracChangeset for help on using the changeset viewer.