mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-15 06:28:14 +08:00
修复代码错误
This commit is contained in:
@@ -26,7 +26,7 @@ NAME := Board_MK3031
|
||||
WLAN_CHIP := mw30x
|
||||
WLAN_CHIP_REVISION := _uapsta
|
||||
WLAN_CHIP_FAMILY := MW3xx
|
||||
WLAN_CHIP_FIRMWARE_VER := 14.76.36.p103
|
||||
WLAN_CHIP_FIRMWARE_VER := 14.76.36.p84
|
||||
|
||||
MODULE := 3031
|
||||
HOST_MCU_FAMILY := MW3xx
|
||||
@@ -58,8 +58,6 @@ ifndef NO_WIFI_FIRMWARE
|
||||
WIFI_FIRMWARE := $(MICO_OS_PATH)/resources/wifi_firmware/$(WLAN_CHIP)/$(WLAN_CHIP)$(WLAN_CHIP_REVISION)$(WLAN_CHIP_BIN_TYPE)-$(WLAN_CHIP_FIRMWARE_VER).bin
|
||||
endif
|
||||
|
||||
FILESYSTEM_IMAGE := build/$(APP_FULL)@$(PLATFORM)/resources/filesystem.bin
|
||||
|
||||
VALID_OSNS_COMBOS := mocOS@mocIP NoRTOS@LwIP
|
||||
VALID_TLS := mocSSL wolfSSL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user