I am using PCA10090, version with active GPS (tested using GPS sample)
I tried configuring using:
vi /nrf_root/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns/zephyr/.config
CONFIG_GPS_USE_SIM=y -> CONFIG_GPS=y
CONFIG_ACCEL_USE_SIM=y -> CONFIG_ACCEL=y
and rebuilt the project on Segger, however I see no effect, data is still simulated only
please advice how and where to modify to support real GPS data and real data from accelerometer
thank you