1、Json::Value类中有一个自定义的字符串结构体,这个结构体的概念是非常重要的,设计的非常巧妙,首先介绍下这个结构体,个人理解以注释的方式添加到下面的代码中: class CZString {public:// 枚举,标识字符串…
接前一篇文章:ESP32-C3在MQTT访问时出现“Last error code reported from esp-tls: 0x8001”和问题的分析(3) 上一回探索“esp-tls: Failed to open new connection”和其后的“transport_base: Failed to open new connection”打印出自于哪里,最终是以下调用流程: app_m…