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 d7a_1x by
Diff: src/d7a_alp.cpp
- Revision:
- 61:87be16080640
- Parent:
- 60:8d4133fbc060
- Child:
- 62:f1e4da5162c2
--- a/src/d7a_alp.cpp Mon Sep 26 12:42:32 2016 +0000 +++ b/src/d7a_alp.cpp Wed Sep 28 10:04:18 2016 +0000 @@ -208,6 +208,7 @@ // Fill corresponding fields rsp->msg->lb = res->lb; // Get Link Budget + rsp->msg->rxlev = res->rxlev; // Get RXLEV memcpy(rsp->msg->id, res->addressee.id, D7A_UID_LEN); // Get UID DPRINT("ALP RSP ISTATUS type:%02X lb: %3d ", type, rsp->msg->lb);