-
CONFIG_GPS_SIM_MAX_STEP
¶
Maximum step size each iteration
Type: int
Help¶
Sets the maximum step size that can be taken in latitude or longitude for each simulation iteration. In units of 1/1000 degrees.
Kconfig definition¶
At ../nrf/drivers/gps_sim/Kconfig:83
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:11
→ ../nrf/drivers/Kconfig:10
Menu path: (top menu) → Nordic nRF Connect → Device Drivers → GPS simulator
config GPS_SIM_MAX_STEP int prompt "Maximum step size each iteration" ifGPS_SIM
default 100 ifGPS_SIM
depends onGPS_SIM
help Sets the maximum step size that can be taken in latitude or longitude for each simulation iteration. In units of 1/1000 degrees.
(Definitions include propagated dependencies, including from if’s and menus.)