sdkconfig.defaults 259 B

123456789
  1. # Enable Unity fixture support
  2. CONFIG_UNITY_ENABLE_FIXTURE=n
  3. CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y
  4. # Custom partition table for this test app
  5. CONFIG_PARTITION_TABLE_CUSTOM=y
  6. CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
  7. CONFIG_ESP_TASK_WDT_INIT=n