sdkconfig.defaults 426 B

1234567891011121314151617181920
  1. CONFIG_IDF_TARGET="esp32h2"
  2. #
  3. # Partition Table
  4. #
  5. CONFIG_PARTITION_TABLE_SINGLE_APP=y
  6. CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
  7. CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
  8. CONFIG_PARTITION_TABLE_OFFSET=0x8000
  9. CONFIG_PARTITION_TABLE_MD5=y
  10. # end of Partition Table
  11. #
  12. # ZBOSS Source
  13. #
  14. CONFIG_ZB_ENABLED=y
  15. CONFIG_ZB_RCP=y
  16. CONFIG_ZB_CONSOLE_UART_BAUDRATE=115200
  17. # end of ZBOSS Source
  18. # end of Component config