From 2037ba6392f359d6f621f0c90befedca0779ae36 Mon Sep 17 00:00:00 2001 From: windowsair <msdn_02@sina.com> Date: Wed, 22 Jan 2020 10:29:15 +0800 Subject: [PATCH] fix: project name & main.c file --- CMakeLists.txt | 2 +- main/{tcp_server.c => main.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main/{tcp_server.c => main.c} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3514e60..afc306e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,4 +3,4 @@ cmake_minimum_required(VERSION 3.5) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(tcp_server) +project(esp8266_dap) diff --git a/main/tcp_server.c b/main/main.c similarity index 100% rename from main/tcp_server.c rename to main/main.c