在 MQTT_CLIENT 示例中,我想停止诊断消息,我尝试注释掉 MQTT_CLIENT.c 文件中的某些行,但没有结果。我不想完全停止所有报告。
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.
1)我正在使用 cc3200 launchpad。
2)我想停止这些消息...我已经在 MQTT_client.c 文件中将它们注释掉。我重建了整个项目并通过 CCS 上的调试器进行编程
C:网络16、原始错误-1、超时:Y [83]
C:FH-B1 0xc0到网络16、发送(2字节)[@ 83]
C:从网络16开始接收消息 Fix-HDR (字节1) 0xd0 [@ 83]
C:MSG、ID 0x0000、处理状态:良好
C:0 2002dbec 的分配
编辑:我已将这些消息添加到 MQTT_CLIENT.c 文件中、该文件位于 C:\ti\cc3200SDK_1.4.0\cc3200-sdk\netapps\mqtt\client