:orphan: .. title:: CONFIG_HP206C_ALT_OFFSET .. kconfig:: CONFIG_HP206C_ALT_OFFSET CONFIG_HP206C_ALT_OFFSET ######################## *Altitude offset (in cm)* Type: ``int`` Help ==== .. code-block:: none Value, in cm, that will be used to compensate altitude calculation. For more info on how to choose this value, consult section 6.1.1 in the datasheet. Direct dependencies =================== !\ :kconfig:`HP206C_ALT_OFFSET_RUNTIME ` && \ :kconfig:`HP206C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/sensor/hp206c/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:99`` Menu path: (Top) → Device Drivers → Sensor Drivers → HopeRF HP206C precision barometer and altimeter sensor .. code-block:: kconfig config HP206C_ALT_OFFSET int "Altitude offset (in cm)" default 0 depends on !HP206C_ALT_OFFSET_RUNTIME && HP206C && SENSOR help Value, in cm, that will be used to compensate altitude calculation. For more info on how to choose this value, consult section 6.1.1 in the datasheet. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*