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

Qt gui saveNavigation: modify the guard, use the number of elements #340

Closed ourairquality closed 4 months ago

ourairquality commented 4 months ago

Rather than just testing for any nav->eph, iterate over the actual number of nav->eph elements. This also add the ability to save all sets where there are more than the 2 sets currently saved.