As far as I could see, only GGA NMEA sentences are enabled by default. I want to check if RMC sentences deliver positions faster, and in my prj.conf I do the following:
CONFIG_NRF9160_GPS_NMEA_RMC=y
CONFIG_NRF9160_GPS_NMEA_GGA=n
My question, do the pvt parsing take into account RMC sentences when the trigger for the GPS handler is FIX, or do I have to parse the RMC sentences myself, and set my GPS trigger to NMEA?