mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 18:10:57 +02:00
Merge branch 'fix/sdkconfig.rename.docs' into 'master'
fix(docs): Update unclear sdkconfig.rename example See merge request espressif/esp-idf!41424
This commit is contained in:
@@ -87,17 +87,17 @@ Example:
|
|||||||
|
|
||||||
.. code-block:: kconfig
|
.. code-block:: kconfig
|
||||||
|
|
||||||
# new name old name
|
# old name new name
|
||||||
CONFIG_HYPEDRIVE CONFIG_WARP_DRIVE
|
CONFIG_WARP_DRIVE CONFIG_HYPERDRIVE
|
||||||
CONFIG_DISABLE_WAPRT_ !CONFIG_ENABLE_WARP_DRIVE
|
CONFIG_ENABLE_WARP_DRIVE !CONFIG_DISABLE_HYPERDRIVE
|
||||||
|
|
||||||
``sdkconfig``:
|
``sdkconfig``:
|
||||||
|
|
||||||
.. code-block:: kconfig
|
.. code-block:: kconfig
|
||||||
|
|
||||||
(...)
|
(...)
|
||||||
CONFIG_HYPEDRIVE=y
|
CONFIG_HYPERDRIVE=y
|
||||||
CONFIG_DISABLE_HYPEDRIVE=n
|
CONFIG_DISABLE_HYPERDRIVE=n
|
||||||
(...)
|
(...)
|
||||||
# Deprecated options for backward compatibility
|
# Deprecated options for backward compatibility
|
||||||
CONFIG_WARP_DRIVE=y
|
CONFIG_WARP_DRIVE=y
|
||||||
|
Reference in New Issue
Block a user