GPS CALLBACK Example does not compile.

When I use the example of the NAV_PVT Callback as copied from the example

myGNSS.setAutoPVTcallbackPtr(&printPVTdata); // Enable automatic NAV PVT messages with callback to printPVTdata

I get the error that function does not exist. When I search the library this is true.

I am using the following:

  1. Thing Plus - ESP32WROOM https://www.sparkfun.com/products/15663

  2. GPS Breakout - NEO-M9N SMA (Qwiic) https://www.sparkfun.com/products/16398

Sometimes things can go wonky; try these 3 things, in this order:

  1. Re-install the libraries from the link here https://learn.sparkfun.com/tutorials/sp … no-library - and

  2. Ensure the MicroNMEA library gets installed too (just after link)…then re-try the sketch

  3. If no improvement, you might need to wipe the arduino folders like so https://support.arduino.cc/hc/en-us/art … rduino-IDE and/or similar if using the espressif IDE

If none of those work, share the code being used and the text of the error being generated and we can go further