We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77b7a1c + 77faf0e commit 2b68689Copy full SHA for 2b68689
qcloud-iot-esp8266-demo/main/wifi_config/wifi_config_log_handle.c
@@ -28,10 +28,12 @@
28
29
/************** WiFi config error msg collect and post feature ******************/
30
31
+#ifdef WIFI_LOG_UPLOAD
32
/* FreeRTOS msg queue */
33
static void *g_dev_log_queue = NULL;
34
#define LOG_QUEUE_SIZE 10
35
#define LOG_ITEM_SIZE 128
36
+#endif
37
38
int init_dev_log_queue(void)
39
{
0 commit comments