sdkconfig.defaults 282 B

123456
  1. # In this example, the default build (obtained with 'idf.py build')
  2. # targets a hypothetical development platform.
  3. CONFIG_EXAMPLE_PRODUCT_NAME="Blinky Development Board"
  4. # This selects 'func_dev.c' file to be compiled and linked, see CMakeLists.txt.
  5. CONFIG_EXAMPLE_FUNC_IMPL_DEV=y