I added the configuration commands you provided (see below) at the bottom of the prj.conf. I just noticed when I went back to look at what I added and even though I saved it it has the green bar saying that the configuration lines are pending. I fiddled around and now the green bar between the numbers and the config lines is gone, but have the config commands staged and their seems to be a separate path on the source control. When I looked this up I think it wants me to commit, but when I enter “commit” it wants me to log into git with name and password. I didn’t do that because I felt it was going to change this not just in my build. What would you suggest?
What I added to the prj.conf:
CONFIG_NRF_CLOUD_CLIENT_ID_PREFIX="feather-"
# Enable Zephyr application to be booted by MCUboot
CONFIG_BOOTLOADER_MCUBOOT=y
# COEX0 is used to enable the GPS LNA, but it has to be configured to do so.
CONFIG_NRF9160_GPS_SET_COEX0=y
CONFIG_NRF9160_GPS_COEX0_STRING="AT%XCOEX0=1,1,1565,1586"