tools: setting components to main to reduce build time

This commit is contained in:
Jakob Hasse
2023-03-22 14:25:40 +08:00
parent 03c5274368
commit 620cc586a2
23 changed files with 28 additions and 14 deletions
@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main esp_gdbstub espcoredump)
project(panic)