Changeset 8120 in ntrip for branches/BNC_2.12/src/bnccaster.cpp


Ignore:
Timestamp:
Apr 28, 2017, 6:21:22 PM (7 years ago)
Author:
stuerze
Message:

minor changes to switch of the re-read functionlality as it is requitred in command line mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bnccaster.cpp

    r7854 r8120  
    454454  // (Re-) Start the configuration timer
    455455  // -----------------------------------
     456    if      (settings.value("onTheFlyInterval").toString() == "no") {
     457    return;
     458  }
     459 
    456460  int ms = 0;
    457461
Note: See TracChangeset for help on using the changeset viewer.