A libery to connect to telegesis zigbee module. Bassed on implemtation of XBEE
Fork of xbee_lib by
Revision 35:4dec73b3e5a0, committed 2015-06-01
- Comitter:
- gert_lauritsen
- Date:
- Mon Jun 01 20:20:25 2015 +0000
- Parent:
- 34:1b57f1110d59
- Commit message:
- Just update with interrupt base comm with rtos
Changed in this revision
telegesis.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/telegesis.cpp Thu Mar 05 20:46:05 2015 +0000 +++ b/telegesis.cpp Mon Jun 01 20:20:25 2015 +0000 @@ -392,6 +392,7 @@ strcpy(Devicetype,list[0]); AktuelPan.channel=atoi(list[1]); strncpy(AktuelPan.PID,list[3],4); + // AktuelPan.PID[4]=0; } if (strstr(_responseFrameString,"ACK")) { // PacketAck=1; @@ -417,6 +418,7 @@ strcpy(Devicetype,list[0]); AktuelPan.channel=atoi(list[1]); strcpy(AktuelPan.PID,list[2]); + // AktuelPan.PID[4]=0; PanOnline=1; } }