File tree Expand file tree Collapse file tree
apps/tuya.ai/your_chat_bot Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ CONFIG_ENABLE_CHAT_DISPLAY=y
2+ CONFIG_BOARD_CHOICE_T5AI=y
3+ CONFIG_PBUF_LINK_ENCAPSULATION_HLEN=96
4+ CONFIG_LWIP_EAPOL_SUPPORT=0
5+ CONFIG_LWIP_TX_PBUF_ZERO_COPY=0
6+ CONFIG_CONFIG_TUYA_SOCK_SHIM=0
7+ CONFIG_LWIP_DHCPC_STATIC_IPADDR_ENABLE=1
8+ CONFIG_ETHARP_SUPPORT_STATIC_ENTRIES=1
9+ CONFIG_LWIP_NETIF_STATUS_CALLBACK=1
10+ CONFIG_LWIP_TIMEVAL_PRIVATE=0
11+ CONFIG_IN_ADDR_T_DEFINED=y
12+ CONFIG_ENABLE_DISPLAY_LCD_RGB=y
13+ CONFIG_ENABLE_LIBLVGL=y
Original file line number Diff line number Diff line change 1+ requests
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ function enable_mirror()
3737 exit 1
3838 fi
3939
40+ pip install -r ${OPEN_SDK_ROOT} /tools/requirements.txt
4041 MIRROR=$( ${PYTHON_CMD} ${OPEN_SDK_ROOT} /tools/get_conutry.py)
4142 echo " MIRROR=${MIRROR} "
4243
You can’t perform that action at this time.
0 commit comments