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
607 stars 238 forks source link

stream openserial: avoid oob on MacOS for high baud rates #368

Closed ourairquality closed 1 month ago

ourairquality commented 1 month ago

The MacOS code recognised high unsupported baud rates and would then index oob into bs[] for these. Use a smaller set of recognised baud rates for MacOS.