mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 09:55:54 +08:00
添加智能灯固件代码
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# "main" pseudo-component makefile.
|
||||
#
|
||||
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
||||
|
||||
# embed files from the "certs" directory as binary data symbols
|
||||
# in the app
|
||||
COMPONENT_EMBED_TXTFILES := wpa2_ca.pem
|
||||
COMPONENT_EMBED_TXTFILES += wpa2_client.crt
|
||||
COMPONENT_EMBED_TXTFILES += wpa2_client.key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user