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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
100
Kconfig definition
At <nRF>/drivers/gps/gps_sim/Kconfig:93
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_MAX_STEP
int "Maximum step size each iteration"
default 100
depends on GPS_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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)