mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 08:25:53 +08:00
1.新增esp-idf设备端sdk
This commit is contained in:
11
sdk/ESP-IDF/esp_fastbee_aliyun/Makefile
Normal file
11
sdk/ESP-IDF/esp_fastbee_aliyun/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||||
# project subdirectory.
|
||||
#
|
||||
PROJECT_NAME := esp_fastbee_aliyun
|
||||
|
||||
EXTRA_COMPONENT_DIRS := $(realpath ./esp-aliyun)
|
||||
|
||||
SDKCONFIG_DEFAULTS := sdkconfig_$(chip).defaults
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
Reference in New Issue
Block a user