-
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:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:27
→ <nRF>/drivers/Kconfig:13
→ <nRF>/drivers/gps/Kconfig:10
Menu path: (Top) → Modules → 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.)