adapt wifi framework and fix 'strncat' problem

This commit is contained in:
wuzheng
2022-11-25 09:29:37 +08:00
parent c1976c8d92
commit 22e35a70aa
5 changed files with 68 additions and 107 deletions
@@ -17,5 +17,9 @@ ifeq ($(CONFIG_ADAPTER_ESP07S_WIFI),y)
SRC_DIR += esp07s_wifi
endif
ifeq ($(CONFIG_ADAPTER_ESP8285_WIFI),y)
SRC_DIR += esp8285_wifi
endif
include $(KERNEL_ROOT)/compiler.mk
endif