-
CONFIG_GPS_SIM_FIX_TIME
¶
Time in milliseconds to get a position fix after search is started
Type: int
Help¶
Time in milliseconds that the GPS simulator will "search" before
getting a position fix.
Default¶
1000
Kconfig definition¶
At <nRF>/drivers/gps/gps_sim/Kconfig:85
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:53
→ <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_FIX_TIME
int "Time in milliseconds to get a position fix after search is started"
range 500 3600000
default 1000
depends on GPS_SIM
help
Time in milliseconds that the GPS simulator will "search" before
getting a position fix.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)