so I’m trying to run the sample nfed/gps example and can’t get a fix. I saw from a previous thread that the following CONFIG
items were needed:
CONFIG_NRF9160_GPS_SET_COEX0=y
CONFIG_NRF9160_GPS_COEX0_STRING="AT%XCOEX0=1,1,1565,1586"
but attempting to build with these produces an error on unknown symbols for NRF9160_GPS_SET_COEX0
Thoughts?