CONFIG_GPS_SIM_BASE_LATITUDE
Base latitude for GPS data
Type: int
Help
Start-point latitude for simulated GPS data,
from which the generated data will continue.
Calculated by deg * 100000 + minutes * 1000,
for example 63 deg 25.280'N will be 6325280.
Positive values are North, while negative
values are South.
Default
6325280
Kconfig definition
At <nRF>/drivers/gps/gps_sim/Kconfig:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:95
→ <nRF>/drivers/Kconfig:14
→ <nRF>/drivers/gps/Kconfig:10
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → GPS Drivers → GPS simulator
config GPS_SIM_BASE_LATITUDE
int "Base latitude for GPS data"
default 6325280
depends on GPS_SIM
help
Start-point latitude for simulated GPS data,
from which the generated data will continue.
Calculated by deg * 100000 + minutes * 1000,
for example 63 deg 25.280'N will be 6325280.
Positive values are North, while negative
values are South.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)