Changeset 9184 in ntrip for trunk/BNC/src/bncsettings.cpp


Ignore:
Timestamp:
Oct 23, 2020, 9:52:07 PM (4 years ago)
Author:
stuerze
Message:

an option for the specification of a local skeleton directory is added

File:
1 edited

Legend:

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

    r9158 r9184  
    8888    setValue_p("rnxOnlyWithSKL",      "");
    8989    setValue_p("rnxSampl",            "1 sec");
    90     setValue_p("rnxSkel",             "SKL");
     90    setValue_p("rnxSkel",             "skl");
     91    setValue_p("rnxSkelPath",         "");
    9192    setValue_p("rnxV2Priority",       "");
    9293    setValue_p("rnxScript",           "");
     
    173174    setValue_p("cmbMaxres",           "");
    174175    setValue_p("cmbSampl",            "10");
    175     setValue_p("cmbUseGlonass",       "");
    176176    // Upload (clk)
    177177    setValue_p("uploadMountpointsOut","");
Note: See TracChangeset for help on using the changeset viewer.