Changeset 10772 in ntrip


Ignore:
Timestamp:
Oct 29, 2025, 9:05:43 AM (3 weeks ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r10766 r10772  
    262262    }
    263263    else {
     264      emit(newMessage(_staID + ": Serial port " + portString.toLatin1()
     265           + "is connected: " + _serialPort->errorString().toLatin1(), true));
    264266      connect(_serialPort, SIGNAL(readyRead()), this, SLOT(slotSerialReadyRead()));
    265267    }
  • trunk/BNC/src/bncwindow.cpp

    r10766 r10772  
    19071907        } else {
    19081908          fullPath = url.host() + QString(":%1").arg(url.port()) + url.path();
    1909           ntripVersion = "2";
    19101909        }
    19111910
Note: See TracChangeset for help on using the changeset viewer.