rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
651 stars 253 forks source link

strsvr_qt: set the tcp option history before setting the path #348

Closed ourairquality closed 4 months ago

ourairquality commented 4 months ago

Otherwise setting the history clears the current path address and if there is no history then the address is cleared. Simply opening the app and exiting will clear this history, which might be another matter.

Also ntripClientOptions() was calling setHistory() MAXHIST times but this function is intended to be called just once.