-
CONFIG_NRF9160_GPS_FIX_CHECK_INTERVAL
¶
Interval in seconds to check for GPS fix
Type: int
Default¶
1
Kconfig definition¶
At <nRF>/drivers/gps/nrf9160_gps/Kconfig:23
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:11
Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → GPS Drivers → nRF9160 GPS driver [experimental]
config NRF9160_GPS_FIX_CHECK_INTERVAL
int "Interval in seconds to check for GPS fix"
default 1
depends on NRF9160_GPS
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)