Mandy.yan
Results
3
issues of
Mandy.yan
In my code, i use cjson like this : cJSON *monitor = cJSON_Parse(payload); cJSON *p = monitor; saveDevicedZoneInfoProfile(p); //in this function i just get a ObjectItem from p cJSON_Delete(monitor) //when...
按键删除
9
请问void button_stop(struct Button* handle)这个函数, 在哪将传入的按键删除了, 压根都没看到这个逻辑..
i found some unnormal prints in this example. check it please. ``` # A CMake script to find all source files and setup clang-format targets for them # Find all...