Statistics: Posted by Guest — Wed Aug 03, 2016 1:28 pm
Statistics: Posted by Duke — Tue Aug 02, 2016 10:05 am
Statistics: Posted by Guest — Wed Jul 27, 2016 5:45 pm
Statistics: Posted by Duke — Tue Jul 26, 2016 4:24 pm
Statistics: Posted by Guest — Tue Jul 26, 2016 4:17 pm
Statistics: Posted by Duke — Sat Jul 23, 2016 9:07 am
Statistics: Posted by Guest — Mon Jul 18, 2016 12:21 pm
Statistics: Posted by Duke — Fri Jul 15, 2016 12:31 pm
Code:
if (!espconn_mesh_get_src_addr(header, &src) || !espconn_mesh_get_dst_addr(header, &dst)) {
MESH_DEMO_PRINT("get addr fail\n");
return;
}
header2 = (struct mesh_header_format *)espconn_mesh_create_packet(
src, // destiny address
dst, // source address
false, // not p2p packet
true, // piggyback congest request
M_PROTO_JSON, // packe with JSON format M_PROTO_BIN
MESH_DEMO_STRLEN(resp), // data length
false, // no option
0, // option len
false, // no frag
0, // frag type, this packet doesn't use frag
false, // more frag
0, // frag index
0); // frag length
if (!header2) {
MESH_DEMO_PRINT("create packet fail\n");
return;
}
if (!espconn_mesh_set_usr_data(header2, resp, MESH_DEMO_STRLEN(resp))) {
MESH_DEMO_PRINT("set user data fail\n");
MESH_DEMO_FREE(header2);
return;
}
MESH_DEMO_PRINT("mesh 连接去哪了?\n");
// espconn_sent(&g_ser_conn,resp,MESH_DEMO_STRLEN(resp)); //将温度信息发送给节点!
if (espconn_mesh_sent((struct espconn *)arg, (uint8_t *)header2, header2->len)) {
MESH_DEMO_PRINT("mesh is busy\n\n");
MESH_DEMO_FREE(header2);
// return;
}
MESH_DEMO_FREE(header2);
Statistics: Posted by Duke — Thu Jul 14, 2016 11:05 am
Statistics: Posted by Guest — Wed Jul 06, 2016 6:40 pm
Statistics: Posted by Duke — Wed Jul 06, 2016 3:58 pm
Code:
Description Resource Path Location Type
undefined reference to `pow' cJSON.c /ESP8266_MESH_DEMO-master/mesh_demo/demo line 44 C/C++ Problem
Statistics: Posted by Guest — Sun Jun 26, 2016 5:09 pm
Code:
Description Resource Path Location Type
undefined reference to `pow' cJSON.c /ESP8266_MESH_DEMO-master/mesh_demo/demo line 44 C/C++ Problem
Statistics: Posted by Guest — Tue Jun 21, 2016 11:47 am
Code:
Description Resource Path Location Type
recipe for target '.subdirs' failed Makefile /ESP8266_MESH_DEMO-master line 309 C/C++ Problem
Description Resource Path Location Type
undefined reference to `_sbrk_r' ESP8266_MESH_DEMO-master line 3351, external location: \build\tree\RC-2010.1_kuma\p4root\Xtensa\Target-libs\newlib\newlib\libc\stdlib\mallocr.c C/C++ Problem
Description Resource Path Location Type
undefined reference to `pow' cJSON.c /ESP8266_MESH_DEMO-master/mesh_demo/demo line 44 C/C++ Problem
Statistics: Posted by Duke — Tue Jun 21, 2016 8:47 am
Code:
Description Resource Path Location Type
undefined reference to `pow' cJSON.c /ESP8266_MESH_DEMO-master/mesh_demo/demo line 44 C/C++ Problem
Statistics: Posted by Guest — Mon Jun 20, 2016 6:12 pm
Code:
Description Resource Path Location Type
undefined reference to `pow' cJSON.c /ESP8266_MESH_DEMO-master/mesh_demo/demo line 44 C/C++ Problem
Statistics: Posted by Duke — Mon Jun 20, 2016 10:01 am
Statistics: Posted by Duke — Sat Jun 18, 2016 11:50 am
Statistics: Posted by Guest — Fri Jun 17, 2016 5:39 pm
Statistics: Posted by Duke — Fri Jun 17, 2016 5:32 pm
Statistics: Posted by Guest — Fri Jun 17, 2016 4:47 pm
Statistics: Posted by Duke — Tue Jun 14, 2016 10:03 am
Statistics: Posted by Guest — Wed Jun 08, 2016 2:43 pm
Statistics: Posted by Duke — Wed Jun 08, 2016 10:04 am
Statistics: Posted by Guest — Wed Jun 01, 2016 3:03 pm
Statistics: Posted by Duke — Tue May 31, 2016 4:33 pm