This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:TI-RTOS
您好!
我想同时配置用于 TIVAC 电路板的 Wifi 和以太网。 我更愿意在连接以太网时使用以太网、否则我将使用 Wi-Fi。
这两个都是初始化和获取的 IP、但我无法同时访问这两个 IP。
我在.cNG 文件中启用了这两个选项、但这不能作为第二行覆盖第一行。
Http.networkStack = HTTP.SimpleLink;
Http.networkStack = HTTP.NDK;
此致、
Raghu DS