blinker-esp-idf icon indicating copy to clipboard operation
blinker-esp-idf copied to clipboard

An IoT Solution,Blinker library for embedded hardware. Works with ESP8266, ESP32 (idf)

Results 3 blinker-esp-idf issues
Sort by recently updated
recently updated
newest added

有以下警告,提示指针类型不对,不知道有没有影响 C:/Users/****/Desktop/hello_world/components/Blinker/src/api/blinker_api.c: In function 'blinker_va_print': C:/Users/****/Desktop/hello_world/components/Blinker/src/api/blinker_api.c:840:33: warning: passing argument 1 of 'cJSON_AddStringToObject' from incompatible pointer type [-Wincompatible-pointer-types] cJSON_AddStringToObject(param, BLINKER_CMD_MESSAGE_ID, from_param->message_id); ^~~~~ In file included from C:/Users/cjfzw/Desktop/hello_world/components/Blinker/include/blinker_api.h:10, from C:/Users/cjfzw/Desktop/hello_world/components/Blinker/src/api/blinker_api.c:13: C:/Espressif/frameworks/esp-idf-v4.4/components/json/cJSON/cJSON.h:269:22: note:...

Description: The provided code snippet demonstrates functionality within an embedded system environment using the Blinker library. While the code accomplishes its intended purpose, there are opportunities to optimize its performance...