Search found 1 match

by siva4esp
Fri Aug 18, 2023 4:38 am
Forum: ESP-IDF
Topic: "EXAMPLE CONIGURATION OPTION" not showing in menuconfig of ESP-IDF
Replies: 9
Views: 7801

Re: "EXAMPLE CONIGURATION OPTION" not showing in menuconfig of ESP-IDF

[1] Under the project directory create a file at "main/Kconfig.projbuild"

[2] Add the following to the Kconfig.projbuild file:
menu "Example Configuration"

orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps"

config I2C_MASTER_SCL
int "SCL GPIO Num"
range ENV ...

Go to advanced search