- 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
Default
“3831-521d-7df9-24d8-eff3-467b-225f-a00e” if
ANT_EVALUATION_KEY
Kconfig definition
At init/Kconfig:10
Included via Kconfig:39
Menu path: (Top) → ANT Wireless → ANT Wireless
config ANT_LICENSE_KEY string "ANT License Key." default "3831-521d-7df9-24d8-eff3-467b-225f-a00e" ifANT_EVALUATION_KEY
depends onANT_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.)