CONFIG_ANT_LICENSE_KEY

ANT License Key.

Type: string

Help

This key is used in library initialization. You MUST obtain a valid commercial license key BEFORE releasing a product to market that uses ANT. You may enable the Evaluation license key for non-commericial use by setting CONFIG ANT_EVALUATION_KEY=y or defining CONFIG_ANT_LICENSE_KEY in the configuration file. For more information about ANT licensing, visit the following website: https://www.thisisant.com/developer/ant/licensing

Direct dependencies

ANT_LIBRARY_CORE && ANT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At init/Kconfig:10

Included via Kconfig:37

Menu path: (Top) → ANT Wireless

config ANT_LICENSE_KEY
    string "ANT License Key."
    default "3831-521d-7df9-24d8-eff3-467b-225f-a00e" if ANT_EVALUATION_KEY
    depends on ANT_LIBRARY_CORE && ANT
    help
      This key is used in library initialization. You MUST obtain a
      valid commercial license key BEFORE releasing a product to market
      that uses ANT. You may enable the Evaluation license key for
      non-commericial use by setting CONFIG ANT_EVALUATION_KEY=y or
      defining CONFIG_ANT_LICENSE_KEY in the configuration file. For
      more information about ANT licensing, visit the following website:
      https://www.thisisant.com/developer/ant/licensing

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)