You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't see in the examples a recommended way to combine low and high resolution lat, lon, alt using callbacks. Could you please clarity?
Do you setup 2 callbacks like so and then manually merge the data?
GNSS.setAutoPVTcallback(&rtk1Callback);
GNSS.setAutoNAVHPPOSECEFcallback(&rtk2Callback);