From 00735a5f2d5037f4cda01fab7e69c21536309afd Mon Sep 17 00:00:00 2001 From: zwsd Date: Fri, 29 Jul 2022 16:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9main=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 5fa00fb..cf2c455 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,2 +1,2 @@ -idf_component_register(SRCS "spp_client_demo.c" +idf_component_register(SRCS "main.c" INCLUDE_DIRS ".")