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.

关于CC3200例程get_weather中,改动httpcli.c文件后编译后不起效果的问题。

Other Parts Discussed in Thread: CC3200

在get_weather例程中按住Ctrl追踪HTTPCli_sendRequest函数,如下图:

然后追踪到了httpcli.h文件中,如下图:

然后请问如何再找到httpcli.c文件呢?每次我都是手动打开,然后去查找函数。。

另外,我在httpcli.c文件中修改内容后编译也不报错,但是修改的内容在运行程序时体现不出来,例如输出一些数据。下图是httpcli.c所在的路径:

为什么在工程目录下也没有此文件呢?但又编译不出错误,请问是什么原因呢?请大家帮忙解答。