Search found 1 match

by jvalcher
Tue Apr 08, 2025 10:42 pm
Forum: ESP-IDF
Topic: Is it possible to program menuConfig settings in code?
Replies: 5
Views: 3917

Re: Is it possible to program menuConfig settings in code?

You can configure the menu, including setting default values for variables, with a Kconfig.projbuild file. An example of one is located here:

esp/esp-idf/examples/protocols/sockets/udp_client/main/Kconfig.projbuild

Go to advanced search