Timothy Mulrooney
/
SX1272PingPong
ping pong
Fork of SX1276PingPong by
Revision 14:e6b2c1612a03, committed 2016-02-17
- Comitter:
- tmulrooney
- Date:
- Wed Feb 17 00:49:05 2016 +0000
- Parent:
- 13:1f1f356631e1
- Commit message:
- pingpong
Changed in this revision
SX1272Lib.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1f1f356631e1 -r e6b2c1612a03 SX1272Lib.lib --- a/SX1272Lib.lib Tue Feb 09 02:06:08 2016 +0000 +++ b/SX1272Lib.lib Wed Feb 17 00:49:05 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/tmulrooney/code/SX1272Lib/#273a2f93ae99 +https://developer.mbed.org/users/tmulrooney/code/SX1272Lib/#9100348e6c28
diff -r 1f1f356631e1 -r e6b2c1612a03 main.cpp --- a/main.cpp Tue Feb 09 02:06:08 2016 +0000 +++ b/main.cpp Wed Feb 17 00:49:05 2016 +0000 @@ -337,7 +337,7 @@ RssiValue = rssi; SnrValue = snr; State = RX; - debug_if( DEBUG_MESSAGE, "> OnRxDone\r\n" ); + debug_if( DEBUG_MESSAGE, "> OnRxDone RSSI: %d SNR: %d\r\n" ,rssi,snr); } void OnTxTimeout( void )