feat(wps): sync wps_internal code to esp8266

feat(wps): modify CMakeLists.txt
This commit is contained in:
Chen Wen
2019-09-12 10:28:20 +08:00
parent 6ac71ff766
commit 0a7d44c858
14 changed files with 156 additions and 91 deletions

View File

@ -1,6 +1,6 @@
# The following four lines of boilerplate have to be in your project's CMakeLists
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(wps)
project(wps_example)

View File

@ -1,3 +1,4 @@
set(COMPONENT_SRCS "wps.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()