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.

provisioning_smartconfig工程中的web服务器在哪?

Other Parts Discussed in Thread: CC3200, UNIFLASH

在使用provisioning_smartconfig工程完成smartconfig的配置之后发现访问cc3200的IP地址可以进入一个设置网站。但是在工程源代码中并没有发现关于web服务器的代码,而且也没有发现网页的html文件。我想知道这些文件是放在哪里的,我如果想更改web页面中的内容该怎么进行?

  • 网页的HTML文件是通过Uniflash提前烧录到SFlash的,如果想修改web页面的内容,可以先将页面修改完成后,通过Uniflash写入到CC3200的SFlash中,就也用web网页访问你修改的页面了。