cc32xx 的 http server 只能在设备处于AP模式下才能进入吗??为什么在sta 模式下,网页进入失败
The HTTP server is active by default on all device modes (STA, AP, and Wi-Fi Direct).
It can be disabled or enabled per specific device mode using the sl_NetAppStart / sl_NetAppStop API. Domain names can
be set by using the HTTP server options, and are configured through the sl_NetAppSet API with
SL_NETAPP_HTTP_SERVER_ID as the App ID. For the configuration to take effect, the server must be
restarted (either by stopping and restarting the service or by restarting the entire network subsystem).