Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 246 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 246 Bytes

ESP-PROJECT-TEMPLATE

用这个作为 ESP 相关的模板

c语言开发

idf_component_register(SRCS "main.c" INCLUDE_DIRS ".")

c++语言开发

idf_component_register(SRCS "main.cpp" INCLUDE_DIRS ".")