Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
diff -r 1b57f1110d59 -r 4dec73b3e5a0 telegesis.cpp --- 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; } }