-
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.
Default¶
100
Kconfig definition¶
At /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/gps/gps_sim/Kconfig:86
Included via Kconfig:8
→ Kconfig.zephyr:9
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:12
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/Kconfig:13
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/gps/Kconfig:9
Menu path: (Top) → Modules → 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.)