diff -r f8b0268c8d0a -r 1c9894662795 main/Kconfig.projbuild --- a/main/Kconfig.projbuild Sun Mar 26 22:22:45 2023 +0200 +++ b/main/Kconfig.projbuild Mon Mar 27 22:13:21 2023 +0200 @@ -2,6 +2,24 @@ orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps" + choice CODE_PROJECT + prompt "Select project build target" + default CODE_TESTING + help + Select to build for Testing or Production + + config CODE_TESTING + bool "Build for testing" + help + Select this to build for the test environment + + config CODE_PRODUCTION + bool "Build for production" + help + Select this to build for final production + + endchoice + menu "I2C bus" config I2C_MASTER_SCL